c9a3dd9cd3
CPU model "max" fails to boot CirrOS and some other images when QEMU 7.0 is used. Change-Id: Ie34a883ac7ae989d7f74c19b9c9ee9f08a82a35f
7 lines
201 B
Django/Jinja
7 lines
201 B
Django/Jinja
[libvirt]
|
|
{% if ansible_architecture == 'aarch64' %}
|
|
cpu_mode=custom
|
|
# 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 %}
|