Home
last modified time | relevance | path

Searched defs:DeviceState (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/
H A Dqdev-core.h215 struct DeviceState { struct
217 Object parent_obj;
223 char *id;
227 char *canonical_path;
231 bool realized;
243 QDict *opts;
247 int hotplugged;
255 BusState *parent_bus;
267 BusStateHead child_bus;
271 int num_child_bus;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h51 typedef struct DeviceState DeviceState; typedef