Re: [PATCH 06/10] hw/arm/realview: Move 'is_pb' to RealviewMachineClass

2023-05-24 Thread Richard Henderson
On 5/24/23 07:59, Philippe Mathieu-Daudé wrote: Instead of having each machine instance set whether EP/PB, set it once in their class_init() handler. Arguably this could be extracted from the board_id field. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/realview.c | 7 --- 1 file chan

[PATCH 06/10] hw/arm/realview: Move 'is_pb' to RealviewMachineClass

2023-05-24 Thread Philippe Mathieu-Daudé
Instead of having each machine instance set whether EP/PB, set it once in their class_init() handler. Arguably this could be extracted from the board_id field. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/realview.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/