Switch to Cortex-A72 cpu on AArch64
CPU model "max" fails to boot CirrOS and some other images when QEMU 7.0 is used. Change-Id: Ie34a883ac7ae989d7f74c19b9c9ee9f08a82a35f
This commit is contained in:
parent
5d28a7c89b
commit
c9a3dd9cd3
@ -1,5 +1,6 @@
|
||||
[libvirt]
|
||||
{% if ansible_architecture == 'aarch64' %}
|
||||
cpu_mode=custom
|
||||
cpu_model=max
|
||||
# cpu_model=max fails to boot multiple images with QEMU 7.0 and -M virt (works with "-M virt-6.2")
|
||||
cpu_model=cortex-a72
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user