File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- # This example requires Lima v0.7.0 or later.
1+ # This example requires Lima v0.8.3 or later.
22
3- # Hint: If QEMU crashes with error "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac,
4- # try setting environment variable QEMU_SYSTEM_X86_64="qemu-system-x86_64 -cpu Haswell-v4"
5- # https://bugs.launchpad.net/qemu/+bug/1838390
63images :
74- location : " http://repo.almalinux.org/almalinux/8.5/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2"
85 arch : " x86_64"
@@ -16,3 +13,7 @@ mounts:
1613 writable : true
1714firmware :
1815 legacyBIOS : true
16+ cpuType :
17+ # Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
18+ # https://bugs.launchpad.net/qemu/+bug/1838390
19+ x86_64 : " Haswell-v4"
Original file line number Diff line number Diff line change 1- # This example requires Lima v0.7.0 or later.
1+ # This example requires Lima v0.8.3 or later.
22
3- # Hint: If QEMU crashes with error "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac,
4- # try setting environment variable QEMU_SYSTEM_X86_64="qemu-system-x86_64 -cpu Haswell-v4"
5- # https://bugs.launchpad.net/qemu/+bug/1838390
63images :
74- location : " https://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2"
85 arch : " x86_64"
@@ -16,3 +13,7 @@ mounts:
1613 writable : true
1714firmware :
1815 legacyBIOS : true
16+ cpuType :
17+ # Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
18+ # https://bugs.launchpad.net/qemu/+bug/1838390
19+ x86_64 : " Haswell-v4"
You can’t perform that action at this time.
0 commit comments