mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 23:52:14 -06:00
uninorth: remove stray PCIBus realize from mac_newworld.c
After QOMification this is clearly no longer needed (and possibly hasn't been for some time). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
0203459943
commit
72941bb76a
1 changed files with 0 additions and 1 deletions
|
@ -350,7 +350,6 @@ static void ppc_core99_init(MachineState *machine)
|
||||||
pci_bus = pci_pmac_init(pic, get_system_memory(), get_system_io());
|
pci_bus = pci_pmac_init(pic, get_system_memory(), get_system_io());
|
||||||
machine_arch = ARCH_MAC99;
|
machine_arch = ARCH_MAC99;
|
||||||
}
|
}
|
||||||
object_property_set_bool(OBJECT(pci_bus), true, "realized", &error_abort);
|
|
||||||
|
|
||||||
machine->usb |= defaults_enabled() && !machine->usb_disabled;
|
machine->usb |= defaults_enabled() && !machine->usb_disabled;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue