Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
H A Dpci_device.h56 struct PCIDevice { struct
57 DeviceState qdev;
59 bool has_power;
62 uint8_t *config;
68 uint8_t *cmask;
71 uint8_t *wmask;
77 uint8_t *used;
80 int32_t devfn;
87 char name[64];
99 bool has_vga;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h94 typedef struct PCIDevice PCIDevice; typedef