aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-host-pci-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xen/xen-host-pci-device.h')
-rw-r--r--hw/xen/xen-host-pci-device.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xen/xen-host-pci-device.h b/hw/xen/xen-host-pci-device.h
index 4d8d34e..270dcb2 100644
--- a/hw/xen/xen-host-pci-device.h
+++ b/hw/xen/xen-host-pci-device.h
@@ -23,6 +23,12 @@ typedef struct XenHostPCIDevice {
uint8_t dev;
uint8_t func;
+ /* different from the above in case of stubdomain */
+ uint16_t local_domain;
+ uint8_t local_bus;
+ uint8_t local_dev;
+ uint8_t local_func;
+
uint16_t vendor_id;
uint16_t device_id;
uint32_t class_code;