From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfFr6-0003Yi-Bx for qemu-devel@nongnu.org; Thu, 14 Jun 2012 15:37:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfFr4-0002PJ-Ni for qemu-devel@nongnu.org; Thu, 14 Jun 2012 15:37:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfFr4-0002PD-Ed for qemu-devel@nongnu.org; Thu, 14 Jun 2012 15:37:18 -0400 Date: Thu, 14 Jun 2012 22:37:41 +0300 From: "Michael S. Tsirkin" Message-ID: <20120614193741.GC19807@redhat.com> References: <1339693309-15192-1-git-send-email-anthony.perard@citrix.com> <1339693309-15192-2-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339693309-15192-2-git-send-email-anthony.perard@citrix.com> Subject: Re: [Qemu-devel] [PATCH V13 1/9] pci_ids: Add INTEL_82599_SFP_VF id. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony PERARD Cc: Jan Kiszka , Anthony Liguori , Stefano Stabellini , QEMU-devel , Xen Devel On Thu, Jun 14, 2012 at 06:01:41PM +0100, Anthony PERARD wrote: > 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 > --- > 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 > -- > Anthony PERARD