diff options
| author | Mark Cave-Ayland | 2018-03-06 21:30:48 +0100 |
|---|---|---|
| committer | David Gibson | 2018-04-27 10:05:22 +0200 |
| commit | 72941bb76aeeb63d24850bb7fdbb126b7190fd13 (patch) | |
| tree | e30ef773a6c562defda3289ee14751623896a45b | |
| parent | uninorth: QOMify PCI and AGP host bridges (diff) | |
| download | qemu-72941bb76aeeb63d24850bb7fdbb126b7190fd13.tar.gz qemu-72941bb76aeeb63d24850bb7fdbb126b7190fd13.tar.xz qemu-72941bb76aeeb63d24850bb7fdbb126b7190fd13.zip | |
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>
| -rw-r--r-- | hw/ppc/mac_newworld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/mac_newworld.c index 39944203a4..4ff1c293a8 100644 --- a/hw/ppc/mac_newworld.c +++ b/hw/ppc/mac_newworld.c @@ -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; |
