From: Marcin Juszkiewicz Date: Tue, 16 Feb 2021 15:01:22 +0000 (+0100) Subject: sbsa-ref: add 'max' to list of allowed cpus X-Git-Tag: qemu-xen-4.16.0-rc4~310^2~47 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cecc0962099b4967473383bf28f12bef47e62cca;p=qemu-xen.git sbsa-ref: add 'max' to list of allowed cpus Let add 'max' cpu while work goes on adding newer CPU types than Cortex-A72. This allows us to check SVE etc support. Signed-off-by: Marcin Juszkiewicz Acked-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daudé Message-id: 20210216150122.3830863-3-marcin.juszkiewicz@linaro.org Signed-off-by: Peter Maydell --- diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c index 276243d122..88dfb2284c 100644 --- a/hw/arm/sbsa-ref.c +++ b/hw/arm/sbsa-ref.c @@ -147,6 +147,7 @@ static const int sbsa_ref_irqmap[] = { static const char * const valid_cpus[] = { ARM_CPU_TYPE_NAME("cortex-a57"), ARM_CPU_TYPE_NAME("cortex-a72"), + ARM_CPU_TYPE_NAME("max"), }; static bool cpu_type_valid(const char *cpu)