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

2020-08-12 Thread Auger Eric
Hi Drew, On 8/5/20 11:16 AM, 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 > Reviewed-by: Peter Maydell Reviewed-by: Eric

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

2020-08-05 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 Reviewed-by: Peter Maydell --- hw/arm/virt.c | 43 +++ 1 file