qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/3] apb: use normal PCI device header for PBM devic


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 1/3] apb: use normal PCI device header for PBM device
Date: Sun, 11 Mar 2012 11:01:02 +0000

PBM has a normal PCI device header, fix.

Signed-off-by: Blue Swirl <address@hidden>
---
 hw/apb_pci.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/apb_pci.c b/hw/apb_pci.c
index 1d25da8..b10f31e 100644
--- a/hw/apb_pci.c
+++ b/hw/apb_pci.c
@@ -444,7 +444,6 @@ static void pbm_pci_host_class_init(ObjectClass
*klass, void *data)
     k->vendor_id = PCI_VENDOR_ID_SUN;
     k->device_id = PCI_DEVICE_ID_SUN_SABRE;
     k->class_id = PCI_CLASS_BRIDGE_HOST;
-    k->is_bridge = 1;
 }

 static TypeInfo pbm_pci_host_info = {
-- 
1.7.9

Attachment: 0001-apb-use-normal-PCI-device-header-for-PBM-device.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]