From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR3jH-0005ZY-9j for qemu-devel@nongnu.org; Thu, 17 Nov 2011 10:18:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR3jF-0003ns-Um for qemu-devel@nongnu.org; Thu, 17 Nov 2011 10:18:19 -0500 Received: from smtp.citrix.com ([66.165.176.89]:54738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR3jF-0003no-P3 for qemu-devel@nongnu.org; Thu, 17 Nov 2011 10:18:17 -0500 From: Anthony PERARD Date: Thu, 17 Nov 2011 15:17:04 +0000 Message-ID: <1321543033-22090-2-git-send-email-anthony.perard@citrix.com> In-Reply-To: <1321543033-22090-1-git-send-email-anthony.perard@citrix.com> References: <1321543033-22090-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH V4 01/10] pci_ids: Add INTEL_82599_VF id. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU-devel , Stefano Stabellini Cc: Anthony PERARD , Xen Devel Signed-off-by: Anthony PERARD --- 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