]> git.proxmox.com Git - qemu.git/commitdiff
apb: use normal PCI device header for PBM device
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Mar 2012 16:53:47 +0000 (16:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 17 Mar 2012 16:29:47 +0000 (16:29 +0000)
PBM has a normal PCI device header, fix.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/apb_pci.c

index 1d25da8da9194e075728aa7f7e6f1fabe3e4381f..b10f31ea3a61a97d6c7415b3b40b121b7af99b8e 100644 (file)
@@ -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 = {