|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V4 01/10] pci_ids: Add INTEL_82599_VF id.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
hw/pci_ids.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/hw/pci_ids.h b/hw/pci_ids.h
index 83f3893..2ea5ec2 100644
--- a/hw/pci_ids.h
+++ b/hw/pci_ids.h
@@ -117,6 +117,7 @@
#define PCI_DEVICE_ID_INTEL_82801I_UHCI6 0x2939
#define PCI_DEVICE_ID_INTEL_82801I_EHCI1 0x293a
#define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c
+#define PCI_DEVICE_ID_INTEL_82599_VF 0x10ed
#define PCI_VENDOR_ID_XEN 0x5853
#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001
--
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
|
|
|
|
|