summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2012-02-17 17:08:37 +0000
committerMichael S. Tsirkin <mst@redhat.com>2012-03-16 01:04:50 +0200
commit453058d3e7111632b795c85f7d3bb36df25d5beb (patch)
treeeadd56f8d7301fc7c9376e66b86e36267e573e0f
parentca384784af5f472f0b94c9205f8c500c1b5a43b6 (diff)
downloadfocaccia-qemu-453058d3e7111632b795c85f7d3bb36df25d5beb.tar.gz
focaccia-qemu-453058d3e7111632b795c85f7d3bb36df25d5beb.zip
pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--hw/pci_regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_regs.h b/hw/pci_regs.h
index 6b4251593b..56a404be6e 100644
--- a/hw/pci_regs.h
+++ b/hw/pci_regs.h
@@ -392,6 +392,7 @@
 #define  PCI_EXP_TYPE_UPSTREAM	0x5	/* Upstream Port */
 #define  PCI_EXP_TYPE_DOWNSTREAM 0x6	/* Downstream Port */
 #define  PCI_EXP_TYPE_PCI_BRIDGE 0x7	/* PCI/PCI-X Bridge */
+#define  PCI_EXP_TYPE_PCIE_BRIDGE 0x8   /* PCI/PCI-X to PCIE Bridge */
 #define  PCI_EXP_TYPE_RC_END	0x9	/* Root Complex Integrated Endpoint */
 #define  PCI_EXP_TYPE_RC_EC     0xa     /* Root Complex Event Collector */
 #define PCI_EXP_FLAGS_SLOT	0x0100	/* Slot implemented */