summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2009-12-23 16:33:56 +0200
committerMichael S. Tsirkin <mst@redhat.com>2009-12-23 16:33:56 +0200
commita7b15a5cc6261629879d4d8a71bacf23f983000b (patch)
tree14ad658b875a38bc75ed9c7002257ec07b50abf6 /hw/pci.h
parent59d1c1c2d774cccb0a88ff73501f97bea190c154 (diff)
downloadhqemu-a7b15a5cc6261629879d4d8a71bacf23f983000b.zip
hqemu-a7b15a5cc6261629879d4d8a71bacf23f983000b.tar.gz
Revert "Revert "pci: interrupt disable bit support""
This reverts commit d587e0787153f0224a6140c5015609963ceaabfb.
Diffstat (limited to 'hw/pci.h')
-rw-r--r--hw/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.h b/hw/pci.h
index e52e632..39da7df 100644
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -101,6 +101,7 @@ typedef struct PCIIORegion {
#define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */
#define PCI_COMMAND_MEMORY 0x2 /* Enable response in Memory space */
#define PCI_COMMAND_MASTER 0x4 /* Enable bus master */
+#define PCI_COMMAND_INTX_DISABLE 0x400 /* INTx Emulation Disable */
#define PCI_STATUS 0x06 /* 16 bits */
#define PCI_STATUS_INTERRUPT 0x08
#define PCI_REVISION_ID 0x08 /* 8 bits */
OpenPOWER on IntegriCloud