Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-mmio.h56 struct VirtIOMMIOProxy { struct
58 SysBusDevice parent_obj;
59 MemoryRegion iomem;
60 qemu_irq irq;
61 bool legacy;
62 uint32_t flags;
64 uint32_t host_features_sel;
65 uint32_t guest_features_sel;
66 uint32_t guest_page_shift;
68 VirtioBusState bus;
[all …]