target/arm: Use "max" as default cpu for the virt machine with KVM
commit6c8a108dea3a79a8003e2783d984591c411714e4
authorFabiano Rosas <farosas@suse.de>
Mon, 13 Feb 2023 20:29:21 +0000 (13 17:29 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2023 16:27:25 +0000 (16 16:27 +0000)
treeccdc479c2f441cb18f50cba16dae384765122fda
parent9bb9a3f3c80d57ef2abed12253a613315fd8be85
target/arm: Use "max" as default cpu for the virt machine with KVM

Now that the cortex-a15 is under CONFIG_TCG, use as default CPU for a
KVM-only build the 'max' cpu.

Note that we cannot use 'host' here because the qtests can run without
any other accelerator (than qtest) and 'host' depends on KVM being
enabled.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c