Re: [PATCH v6 14/19] mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum

2022-10-29 Thread Mark Cave-Ayland
On 28/10/2022 12:56, BALATON Zoltan wrote: This might allow the compiler to check values. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_newworld.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/mac_newworld.c index 37123daa6b..60

[PATCH v6 14/19] mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum

2022-10-28 Thread BALATON Zoltan
This might allow the compiler to check values. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_newworld.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/mac_newworld.c index 37123daa6b..601ea518f8 100644 --- a/hw/ppc/mac_newworld.c +++