Merge "Switch to Cortex-A72 cpu on AArch64"
This commit is contained in:
commit
12e8312520
@ -1,5 +1,6 @@
|
|||||||
[libvirt]
|
[libvirt]
|
||||||
{% if ansible_architecture == 'aarch64' %}
|
{% if ansible_architecture == 'aarch64' %}
|
||||||
cpu_mode=custom
|
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 %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user