summaryrefslogtreecommitdiff
path: root/hw/pci.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-12-14 11:36:53 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-19 08:26:19 -0600
commit686a3c3dc235df2492e754423799d1abe4f6d9e2 (patch)
tree422676ace40bb839ce1e635fdb7e97b178337c34 /hw/pci.h
parenttarget-ppc: fix ppc32 kvm build (diff)
downloadqemu-kvm-686a3c3dc235df2492e754423799d1abe4f6d9e2.tar.gz
qemu-kvm-686a3c3dc235df2492e754423799d1abe4f6d9e2.tar.bz2
qemu-kvm-686a3c3dc235df2492e754423799d1abe4f6d9e2.zip
Revert "pci: interrupt disable bit support"
This reverts commit 0ea5709a32085f7d14901a09d12bd35f9b267607. Per discussion with Michael Tsirkin, this is too risky for 0.12 Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> (cherry picked from commit d587e0787153f0224a6140c5015609963ceaabfb)
Diffstat (limited to 'hw/pci.h')
-rw-r--r--hw/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci.h b/hw/pci.h
index d279e3f7f..dc9b8604f 100644
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -101,7 +101,6 @@ 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 */