Re: [PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices

2022-09-25 Thread BALATON Zoltan
On Sun, 25 Sep 2022, Mark Cave-Ayland wrote: On 17/09/2022 00:07, BALATON Zoltan wrote: Avoid open coding sysbus_create_simple where not necessary and reorganise code a bit to avoid some casts to make the code more readable. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_newworld.c | 50

Re: [PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices

2022-09-25 Thread Mark Cave-Ayland
On 17/09/2022 00:07, BALATON Zoltan wrote: Avoid open coding sysbus_create_simple where not necessary and reorganise code a bit to avoid some casts to make the code more readable. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_newworld.c | 50 --- 1

[PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices

2022-09-16 Thread BALATON Zoltan
Avoid open coding sysbus_create_simple where not necessary and reorganise code a bit to avoid some casts to make the code more readable. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_newworld.c | 50 --- 1 file changed, 19 insertions(+), 31 deletions(-)