[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 04/19] uninorth: remove stray PCIBus realize from
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH 04/19] uninorth: remove stray PCIBus realize from mac_newworld.c |
Date: |
Fri, 9 Mar 2018 11:35:33 +1100 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
On Tue, Mar 06, 2018 at 08:30:48PM +0000, Mark Cave-Ayland wrote:
> After QOMification this is clearly no longer needed (and possibly hasn't been
> for some time).
>
> Signed-off-by: Mark Cave-Ayland <address@hidden>
Applied, thanks.
> ---
> hw/ppc/mac_newworld.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/mac_newworld.c
> index 1eba79d54b..3410bb13ad 100644
> --- a/hw/ppc/mac_newworld.c
> +++ b/hw/ppc/mac_newworld.c
> @@ -351,7 +351,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;
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-ppc] [PATCH 00/19] uninorth fixes/mac_newworld board wiring improvements, Mark Cave-Ayland, 2018/03/06
- [Qemu-ppc] [PATCH 04/19] uninorth: remove stray PCIBus realize from mac_newworld.c, Mark Cave-Ayland, 2018/03/06
- Re: [Qemu-ppc] [PATCH 04/19] uninorth: remove stray PCIBus realize from mac_newworld.c,
David Gibson <=
- [Qemu-ppc] [PATCH 02/19] uninorth: remove second set of uninorth token registers, Mark Cave-Ayland, 2018/03/06
- [Qemu-ppc] [PATCH 01/19] uninorth: trivial style fixups, Mark Cave-Ayland, 2018/03/06
- [Qemu-ppc] [PATCH 03/19] uninorth: QOMify PCI and AGP host bridges, Mark Cave-Ayland, 2018/03/06
- [Qemu-ppc] [PATCH 05/19] uninorth: move uninorth definitions into uninorth.h, Mark Cave-Ayland, 2018/03/06