Re: [Qemu-devel] [PATCH 07/11] mac_oldworld: use object link to pass heathrow PIC object to macio

2018-02-19 Thread David Gibson
On Mon, Feb 19, 2018 at 06:19:18PM +, Mark Cave-Ayland wrote: > Also switch macio_oldworld_realize() over to use it rather than using the > pic_mem > memory region directly. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: David Gibson

[Qemu-devel] [PATCH 07/11] mac_oldworld: use object link to pass heathrow PIC object to macio

2018-02-19 Thread Mark Cave-Ayland
Also switch macio_oldworld_realize() over to use it rather than using the pic_mem memory region directly. Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/macio.c | 14 ++ hw/ppc/mac_oldworld.c | 8 +---