[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH V8 1/8] pci_ids: Add INTEL_82599_VF id.
From: |
Anthony PERARD |
Subject: |
[Qemu-devel] [PATCH V8 1/8] pci_ids: Add INTEL_82599_VF id. |
Date: |
Tue, 28 Feb 2012 16:14:06 +0000 |
Signed-off-by: Anthony PERARD <address@hidden>
---
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 e8235a7..943106a 100644
--- a/hw/pci_ids.h
+++ b/hw/pci_ids.h
@@ -118,6 +118,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
- [Qemu-devel] [PATCH V8 0/8] Xen PCI Passthrough, Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 4/8] pci.c: Add pci_check_bar_overlap, Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 7/8] Introduce apic-msidef.h, Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 1/8] pci_ids: Add INTEL_82599_VF id.,
Anthony PERARD <=
- [Qemu-devel] [PATCH V8 2/8] configure: Introduce --enable-xen-pci-passthrough., Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 5/8] Introduce Xen PCI Passthrough, qdevice (1/3), Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 8/8] Introduce Xen PCI Passthrough, MSI (3/3), Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 6/8] Introduce Xen PCI Passthrough, PCI config space helpers (2/3), Anthony PERARD, 2012/02/28
- [Qemu-devel] [PATCH V8 3/8] Introduce HostPCIDevice to access a pci device on the host., Anthony PERARD, 2012/02/28