Re: [PATCH 04/10] hw/arm/realview: Factor realview_common_class_init() out

2023-05-24 Thread Richard Henderson
On 5/24/23 07:59, Philippe Mathieu-Daudé wrote: Introduce realview_common_class_init() where we'll set fields common to all Realview classes. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/realview.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) Reviewed-by: Richard H

[PATCH 04/10] hw/arm/realview: Factor realview_common_class_init() out

2023-05-24 Thread Philippe Mathieu-Daudé
Introduce realview_common_class_init() where we'll set fields common to all Realview classes. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/realview.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hw/arm/realview.c b/hw/arm/realview.c index f0a8a93b08..6970e