|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V4 02/10] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC.
Value check in PCI Express Base Specification rev 1.1
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
hw/pci_regs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/pci_regs.h b/hw/pci_regs.h
index e8357c3..6b42515 100644
--- a/hw/pci_regs.h
+++ b/hw/pci_regs.h
@@ -393,7 +393,7 @@
#define PCI_EXP_TYPE_DOWNSTREAM 0x6 /* Downstream Port */
#define PCI_EXP_TYPE_PCI_BRIDGE 0x7 /* PCI/PCI-X Bridge */
#define PCI_EXP_TYPE_RC_END 0x9 /* Root Complex Integrated Endpoint */
-#define PCI_EXP_TYPE_RC_EC 0x10 /* Root Complex Event Collector */
+#define PCI_EXP_TYPE_RC_EC 0xa /* Root Complex Event Collector */
#define PCI_EXP_FLAGS_SLOT 0x0100 /* Slot implemented */
#define PCI_EXP_FLAGS_IRQ 0x3e00 /* Interrupt message number */
#define PCI_EXP_DEVCAP 4 /* Device capabilities */
--
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 V4 00/10] Xen PCI Passthrough, Anthony PERARD
- [Xen-devel] [PATCH V4 04/10] configure: Introduce --enable-xen-pci-passthrough., Anthony PERARD
- [Xen-devel] [PATCH V4 03/10] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE, Anthony PERARD
- [Xen-devel] [PATCH V4 02/10] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC.,
Anthony PERARD <=
- [Xen-devel] [PATCH V4 01/10] pci_ids: Add INTEL_82599_VF id., Anthony PERARD
- [Xen-devel] [PATCH V4 05/10] Introduce HostPCIDevice to access a pci device on the host., Anthony PERARD
- [Xen-devel] [PATCH V4 06/10] pci.c: Add pci_check_bar_overlap, Anthony PERARD
- [Xen-devel] [PATCH V4 07/10] Introduce Xen PCI Passthrough, qdevice (1/3), Anthony PERARD
- [Xen-devel] [PATCH V4 08/10] Introduce Xen PCI Passthrough, PCI config space helpers (2/3), Anthony PERARD
- [Xen-devel] [PATCH V4 09/10] Introduce apic-msidef.h, Anthony PERARD
- [Xen-devel] [PATCH V4 10/10] Introduce Xen PCI Passthrough, MSI (3/3), Anthony PERARD
- [Xen-devel] Re: [PATCH V4 00/10] Xen PCI Passthrough, Stefano Stabellini
|
|
|
|
|