From patchwork Tue Feb 28 16:14:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony PERARD X-Patchwork-Id: 143487 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E037EB6FA5 for ; Wed, 29 Feb 2012 03:16:14 +1100 (EST) Received: from localhost ([::1]:33895 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Pim-0001He-H7 for incoming@patchwork.ozlabs.org; Tue, 28 Feb 2012 11:16:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Pho-0007Qp-Uv for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:15:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2Phm-00018i-C2 for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:15:12 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:48250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Phm-00018V-2e for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:15:10 -0500 X-IronPort-AV: E=Sophos;i="4.73,497,1325480400"; d="scan'208";a="183725579" Received: from ftlpmailmx01.citrite.net ([10.13.107.65]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 28 Feb 2012 11:14:24 -0500 Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com (10.13.107.65) with Microsoft SMTP Server id 8.3.213.0; Tue, 28 Feb 2012 11:14:23 -0500 Received: from [10.80.3.61] (helo=perard.uk.xensource.com) by ukmail1.uk.xensource.com with esmtp (Exim 4.69) (envelope-from ) id 1S2Ph0-00005E-QF; Tue, 28 Feb 2012 16:14:22 +0000 From: Anthony PERARD To: QEMU-devel Date: Tue, 28 Feb 2012 16:14:06 +0000 Message-ID: <1330445653-6030-2-git-send-email-anthony.perard@citrix.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1330445653-6030-1-git-send-email-anthony.perard@citrix.com> References: <1330445653-6030-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.63 Cc: Anthony PERARD , Xen Devel , Stefano Stabellini Subject: [Qemu-devel] [PATCH V8 1/8] pci_ids: Add INTEL_82599_VF id. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 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