From: Shannon Zhao <[email protected]> Add cortex-a53 cpu support in machine virt, so it can be used for TCG and KVM.
Signed-off-by: Shannon Zhao <[email protected]> Signed-off-by: Shannon Zhao <[email protected]> Reviewed-by: Peter Maydell <[email protected]> --- hw/arm/virt.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 05db8cb..76763b8 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -133,6 +133,11 @@ static VirtBoardInfo machines[] = { .irqmap = a15irqmap, }, { + .cpu_model = "cortex-a53", + .memmap = a15memmap, + .irqmap = a15irqmap, + }, + { .cpu_model = "cortex-a57", .memmap = a15memmap, .irqmap = a15irqmap, -- 2.1.0
