|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH RFC V1 05/11] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
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 dad7d9a..091a749 100644
--- a/hw/pci_regs.h
+++ b/hw/pci_regs.h
@@ -391,6 +391,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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH RFC V1 01/11] Introduce HostPCIDevice to access a pci device on the host., (continued)
- [Xen-devel] [PATCH RFC V1 01/11] Introduce HostPCIDevice to access a pci device on the host., Anthony PERARD
- [Xen-devel] [PATCH RFC V1 04/11] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC., Anthony PERARD
- [Xen-devel] [PATCH RFC V1 03/11] pci_ids: Add INTEL_82599_VF id., Anthony PERARD
- [Xen-devel] [PATCH RFC V1 02/11] qemu-timer: Introduce qemu_run_one_timer, Anthony PERARD
- [Xen-devel] [PATCH RFC V1 05/11] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE,
Anthony PERARD <=
- [Xen-devel] [PATCH RFC V1 06/11] pci.c: Add pci_check_bar_overlap, Anthony PERARD
- [Xen-devel] [PATCH RFC V1 07/11] host-pci-device: Add host_pci_find_ext_cap_offset, Anthony PERARD
- [Xen-devel] [PATCH RFC V1 08/11] Introduce Xen PCI Passthrough, qdevice (1/3), Anthony PERARD
- [Xen-devel] [PATCH RFC V1 11/11] config/make: Introduce --enable-xen-pci-passthrough, built it., Anthony PERARD
- [Xen-devel] [PATCH RFC V1 10/11] Introduce Xen PCI Passthrough, MSI (3/3), Anthony PERARD
- [Xen-devel] [PATCH RFC V1 09/11] Introduce Xen PCI Passthrough, PCI config space helpers (2/3), Anthony PERARD
|
|
|
|
|