From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH V8 RESEND 1/8] pci_ids: Add INTEL_82599_VF id. Date: Fri, 11 May 2012 21:43:50 -0400 Message-ID: References: <1331916862-20504-1-git-send-email-anthony.perard@citrix.com> <1331916862-20504-2-git-send-email-anthony.perard@citrix.com> <4F6764BD.4060708@citrix.com> Reply-To: konrad@darnok.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4F6764BD.4060708@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Anthony PERARD Cc: Xen Devel , "Michael S . Tsirkin" , QEMU-devel , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, Mar 19, 2012 at 12:54 PM, Anthony PERARD wrote: > On 19/03/12 11:50, Stefano Stabellini wrote: >> >> On Fri, 16 Mar 2012, Anthony PERARD wrote: >>> >>> Signed-off-by: Anthony PERARD >>> --- >>> =A0hw/pci_ids.h | =A0 =A01 + >>> =A01 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 @@ >>> =A0#define PCI_DEVICE_ID_INTEL_82801I_UHCI6 0x2939 >>> =A0#define PCI_DEVICE_ID_INTEL_82801I_EHCI1 0x293a >>> =A0#define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c >>> +#define PCI_DEVICE_ID_INTEL_82599_VF =A0 =A0 0x10ed >> >> >> maybe it should be PCI_DEVICE_ID_INTEL_82599_SFP_VF for consistency with >> Linux? > > > Ok, I'll change that. > And can you add why you need this?