feat: add quickemu macOS Ventura support
This commit is contained in:
parent
3468c3a4d8
commit
b938e9e9e8
2
quickemu
2
quickemu
@ -516,7 +516,7 @@ function vm_boot() {
|
|||||||
case ${macos_release} in
|
case ${macos_release} in
|
||||||
ventura)
|
ventura)
|
||||||
if check_cpu_flag sse4_1 && check_cpu_flag avx2; then
|
if check_cpu_flag sse4_1 && check_cpu_flag avx2; then
|
||||||
CPU="-cpu Haswell,kvm=on,vendor=GenuineIntel,+hypervisor,+invtsc,+kvm_pv_eoi,+kvm_pv_unhalt"
|
CPU="-cpu Haswell,kvm=on,vendor=GenuineIntel,+sse3,+sse4.2,+aes,+xsave,+avx,+xsaveopt,+xsavec,+xgetbv1,+avx2,+bmi2,+smep,+bmi1,+fma,+movbe,+invtsc,+avx2"
|
||||||
else
|
else
|
||||||
echo "ERROR! macOS ${macos_release} requires a CPU with SSE 4.1 and AVX2 support."
|
echo "ERROR! macOS ${macos_release} requires a CPU with SSE 4.1 and AVX2 support."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user