Merge "Switch to Cortex-A72 cpu on AArch64"

This commit is contained in:
Zuul 2022-06-02 09:36:32 +00:00 committed by Gerrit Code Review
commit 12e8312520

View File

@ -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 %}