From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fr6-0001MR-Vi for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:54:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9fqj-0005xd-Fk for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:54:48 -0400 Received: from smtp.citrix.com ([66.165.176.89]:62384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fqj-0005xQ-BZ for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:54:25 -0400 Message-ID: <4F6764BD.4060708@citrix.com> Date: Mon, 19 Mar 2012 16:54:21 +0000 From: Anthony PERARD MIME-Version: 1.0 References: <1331916862-20504-1-git-send-email-anthony.perard@citrix.com> <1331916862-20504-2-git-send-email-anthony.perard@citrix.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V8 RESEND 1/8] pci_ids: Add INTEL_82599_VF id. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Xen Devel , QEMU-devel , "Michael S . Tsirkin" On 19/03/12 11:50, Stefano Stabellini wrote: > On Fri, 16 Mar 2012, Anthony PERARD wrote: >> 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 > > maybe it should be PCI_DEVICE_ID_INTEL_82599_SFP_VF for consistency with > Linux? Ok, I'll change that. Regards, -- Anthony PERARD From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony PERARD Subject: Re: [PATCH V8 RESEND 1/8] pci_ids: Add INTEL_82599_VF id. Date: Mon, 19 Mar 2012 16:54:21 +0000 Message-ID: <4F6764BD.4060708@citrix.com> References: <1331916862-20504-1-git-send-email-anthony.perard@citrix.com> <1331916862-20504-2-git-send-email-anthony.perard@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: Xen Devel , QEMU-devel , "Michael S . Tsirkin" List-Id: xen-devel@lists.xenproject.org On 19/03/12 11:50, Stefano Stabellini wrote: > On Fri, 16 Mar 2012, Anthony PERARD wrote: >> 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 > > maybe it should be PCI_DEVICE_ID_INTEL_82599_SFP_VF for consistency with > Linux? Ok, I'll change that. Regards, -- Anthony PERARD