Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h107 struct VirtIODevice struct
109 DeviceState parent_obj;
110 const char *name;
111 uint8_t status;
112 uint8_t isr;
113 uint16_t queue_sel;
124 uint64_t host_features;
125 uint64_t guest_features;
126 uint64_t backend_features;
128 size_t config_len;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h117 typedef struct VirtIODevice VirtIODevice; typedef