Home
last modified time | relevance | path

Searched refs:XenPciDevice (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h55 typedef struct XenPciDevice { struct
58 QLIST_ENTRY(XenPciDevice) entry; argument
59 } XenPciDevice; typedef
81 QLIST_HEAD(, XenPciDevice) dev_list;
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c136 XenPciDevice *xendev = g_new(XenPciDevice, 1); in xen_device_realize()
154 XenPciDevice *xendev, *next; in xen_device_unrealize()
388 XenPciDevice *xendev; in cpu_ioreq_config()