From patchwork Fri Feb 17 17:08:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony PERARD X-Patchwork-Id: 141980 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 008FC101365 for ; Sat, 18 Feb 2012 05:18:33 +1100 (EST) Received: from localhost ([::1]:53331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyRJZ-00077p-L7 for incoming@patchwork.ozlabs.org; Fri, 17 Feb 2012 12:09:45 -0500 Received: from eggs.gnu.org ([140.186.70.92]:60926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyRIq-0004xY-T7 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 12:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyRIk-000657-Es for qemu-devel@nongnu.org; Fri, 17 Feb 2012 12:09:00 -0500 Received: from smtp.citrix.com ([66.165.176.89]:24294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyRIk-00064U-C1 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 12:08:54 -0500 X-IronPort-AV: E=Sophos;i="4.73,439,1325480400"; d="scan'208";a="22198920" Received: from ftlpmailmx02.citrite.net ([10.13.107.66]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 17 Feb 2012 12:08:52 -0500 Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com (10.13.107.66) with Microsoft SMTP Server id 8.3.213.0; Fri, 17 Feb 2012 12:08:52 -0500 Received: from [10.80.3.28] (helo=perard.uk.xensource.com) by ukmail1.uk.xensource.com with esmtp (Exim 4.69) (envelope-from ) id 1RyRIh-0001tz-VV; Fri, 17 Feb 2012 17:08:52 +0000 From: Anthony PERARD To: QEMU-devel Date: Fri, 17 Feb 2012 17:08:35 +0000 Message-ID: <1329498525-8454-2-git-send-email-anthony.perard@citrix.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1329498525-8454-1-git-send-email-anthony.perard@citrix.com> References: <1329498525-8454-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 PERARD , Xen Devel , Stefano Stabellini Subject: [Qemu-devel] [PATCH V7 01/11] 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