From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcJYf-00080C-Sh for qemu-devel@nongnu.org; Thu, 30 Jun 2011 11:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcJYd-0007rv-B1 for qemu-devel@nongnu.org; Thu, 30 Jun 2011 11:53:37 -0400 Received: from smtp.citrix.com ([66.165.176.89]:61529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcJYc-0007rm-Sw for qemu-devel@nongnu.org; Thu, 30 Jun 2011 11:53:35 -0400 From: Anthony PERARD Date: Thu, 30 Jun 2011 16:53:22 +0100 Message-ID: <1309449202-1019-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH V2] hw/piix_pci.c: Fix PIIX3-xen to initialize ids List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , QEMU-devel Cc: Anthony PERARD , Stefano Stabellini Signed-off-by: Anthony PERARD --- hw/piix_pci.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 26ce904..71528f4 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -478,6 +478,9 @@ static PCIDeviceInfo i440fx_info[] = { .no_hotplug = 1, .init = piix3_initfn, .config_write = piix3_write_config_xen, + .vendor_id = PCI_VENDOR_ID_INTEL, + .device_id = PCI_DEVICE_ID_INTEL_82371SB_0, + .class_id = PCI_CLASS_BRIDGE_ISA, },{ /* end of list */ } -- 1.7.2.5