Re: [PATCH 1/3] hw/arm/virt: Move post cpu realize check into its own function

2020-07-21 Thread Peter Maydell
On Sat, 11 Jul 2020 at 11:10, Andrew Jones wrote: > > We'll add more to this new function in coming patches so we also > state the gic must be created and call it below create_gic(). > > No functional change intended. > > Signed-off-by: Andrew Jones > --- > hw/arm/virt.c | 43 +++

[PATCH 1/3] hw/arm/virt: Move post cpu realize check into its own function

2020-07-11 Thread Andrew Jones
We'll add more to this new function in coming patches so we also state the gic must be created and call it below create_gic(). No functional change intended. Signed-off-by: Andrew Jones --- hw/arm/virt.c | 43 +++ 1 file changed, 27 insertions(+), 16 dele