[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH V3 06/10] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE
From: |
Anthony PERARD |
Subject: |
[Qemu-devel] [PATCH V3 06/10] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE |
Date: |
Fri, 28 Oct 2011 16:07:32 +0100 |
Signed-off-by: Anthony PERARD <address@hidden>
---
hw/pci_regs.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/hw/pci_regs.h b/hw/pci_regs.h
index 6b42515..56a404b 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 */
--
Anthony PERARD
- [Qemu-devel] [PATCH V3 00/10] Xen PCI Passthrough, Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 01/10] configure: Introduce --enable-xen-pci-passthrough., Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 03/10] pci.c: Add pci_check_bar_overlap, Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 06/10] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE,
Anthony PERARD <=
- [Qemu-devel] [PATCH V3 02/10] Introduce HostPCIDevice to access a pci device on the host., Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 05/10] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC., Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 09/10] Introduce apic-msidef.h, Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 04/10] pci_ids: Add INTEL_82599_VF id., Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 10/10] Introduce Xen PCI Passthrough, MSI (3/3), Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 07/10] Introduce Xen PCI Passthrough, qdevice (1/3), Anthony PERARD, 2011/10/28
- [Qemu-devel] [PATCH V3 08/10] Introduce Xen PCI Passthrough, PCI config space helpers (2/3), Anthony PERARD, 2011/10/28