From patchwork Thu Jun 14 17:01:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony PERARD X-Patchwork-Id: 164982 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 F296B100817 for ; Fri, 15 Jun 2012 03:49:27 +1000 (EST) Received: from localhost ([::1]:50212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDhO-0007AI-IU for incoming@patchwork.ozlabs.org; Thu, 14 Jun 2012 13:19:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDgE-0003eJ-TW for qemu-devel@nongnu.org; Thu, 14 Jun 2012 13:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfDg8-0006ub-Lq for qemu-devel@nongnu.org; Thu, 14 Jun 2012 13:17:58 -0400 Received: from smtp.citrix.com ([66.165.176.89]:49803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDg8-0006tC-HK for qemu-devel@nongnu.org; Thu, 14 Jun 2012 13:17:52 -0400 X-IronPort-AV: E=Sophos;i="4.75,770,1330923600"; d="scan'208";a="28113174" Received: from ftlpmailmx01.citrite.net ([10.13.107.65]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 14 Jun 2012 13:17:48 -0400 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; Thu, 14 Jun 2012 13:17:47 -0400 Received: from [10.80.3.61] (helo=perard.uk.xensource.com) by ukmail1.uk.xensource.com with esmtp (Exim 4.69) (envelope-from ) id 1SfDUe-0006Jk-Mp; Thu, 14 Jun 2012 18:06:00 +0100 From: Anthony PERARD To: QEMU-devel Date: Thu, 14 Jun 2012 18:01:41 +0100 Message-ID: <1339693309-15192-2-git-send-email-anthony.perard@citrix.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1339693309-15192-1-git-send-email-anthony.perard@citrix.com> References: <1339693309-15192-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.89 Cc: Anthony Liguori , Stefano Stabellini , Jan Kiszka , "Michael S. Tsirkin" , Xen Devel , Anthony PERARD Subject: [Qemu-devel] [PATCH V13 1/9] pci_ids: Add INTEL_82599_SFP_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 We are using this in our quirk lookup provided by patch titled: Introduce Xen PCI Passthrough, PCI config space helpers. Signed-off-by: Anthony PERARD Acked-by: Stefano Stabellini Acked-by: Michael S. Tsirkin Reviewed-by: Konrad Rzeszutek Wilk --- 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..649e6b3 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_SFP_VF 0x10ed #define PCI_VENDOR_ID_XEN 0x5853 #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001