]> git.proxmox.com Git - qemu.git/commitdiff
pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 17 Feb 2012 17:08:37 +0000 (17:08 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Mar 2012 23:04:50 +0000 (01:04 +0200)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci_regs.h

index 6b4251593bd2381bf0ddde5749db90580b3f5129..56a404be6e128185acc39a800863fbdfc1fe4392 100644 (file)
 #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 */