Skip to content
Snippets Groups Projects
Commit c9a3dd9c authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

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
parent 5d28a7c8
No related branches found
No related tags found
No related merge requests found
[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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment