]> Git Repo - qemu.git/commitdiff
uninorth: remove stray PCIBus realize from mac_newworld.c
authorMark Cave-Ayland <[email protected]>
Tue, 6 Mar 2018 20:30:48 +0000 (20:30 +0000)
committerDavid Gibson <[email protected]>
Fri, 27 Apr 2018 08:05:22 +0000 (18:05 +1000)
After QOMification this is clearly no longer needed (and possibly hasn't been
for some time).

Signed-off-by: Mark Cave-Ayland <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/mac_newworld.c

index 39944203a40971e3bcde6957e48d14e12621e3b5..4ff1c293a8f00917e8d801f2dad292e5ff6c524f 100644 (file)
@@ -350,7 +350,6 @@ static void ppc_core99_init(MachineState *machine)
         pci_bus = pci_pmac_init(pic, get_system_memory(), get_system_io());
         machine_arch = ARCH_MAC99;
     }
-    object_property_set_bool(OBJECT(pci_bus), true, "realized", &error_abort);
 
     machine->usb |= defaults_enabled() && !machine->usb_disabled;
 
This page took 0.023057 seconds and 4 git commands to generate.