On 6/30/19 5:13 PM, Jan Kiszka wrote: > From: Jan Kiszka <jan.kis...@siemens.com> > > No reason to deny this type.
Maybe add "As the A15, it supports the EL2/V7VE features."? > > Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> > --- > hw/arm/virt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/arm/virt.c b/hw/arm/virt.c > index 431e2900fd..ed009fa447 100644 > --- a/hw/arm/virt.c > +++ b/hw/arm/virt.c > @@ -176,6 +176,7 @@ static const int a15irqmap[] = { > }; > > static const char *valid_cpus[] = { > + ARM_CPU_TYPE_NAME("cortex-a7"), > ARM_CPU_TYPE_NAME("cortex-a15"), > ARM_CPU_TYPE_NAME("cortex-a53"), > ARM_CPU_TYPE_NAME("cortex-a57"), Should we list here all cpu with arm_feature(ARM_FEATURE_V7VE | V8)? or EL2? > -- > 2.16.4 > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>