summary refs log tree commit diff stats
path: root/hw/usb/hcd-xhci-pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/hcd-xhci-pci.h')
-rw-r--r--hw/usb/hcd-xhci-pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/hcd-xhci-pci.h b/hw/usb/hcd-xhci-pci.h
index 08f70ce97c..5b61ae8455 100644
--- a/hw/usb/hcd-xhci-pci.h
+++ b/hw/usb/hcd-xhci-pci.h
@@ -40,6 +40,7 @@ typedef struct XHCIPciState {
     XHCIState xhci;
     OnOffAuto msi;
     OnOffAuto msix;
+    bool conditional_intr_mapping;
 } XHCIPciState;
 
 #endif