From 88cc5f00566423baad802755bf651248756c87c2 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 13 May 2024 16:28:18 +0100 Subject: [PATCH] fix(macos): enable ept_1gb flag to improve compatibility. close #1214 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index e3afd80..2ee32ee 100755 --- a/quickemu +++ b/quickemu @@ -575,7 +575,7 @@ function vm_boot() { fi;; esac - for FLAG in abm adx aes amd-ssbd bmi1 bmi2 cx8 eist ept f16c fma invtsc \ + for FLAG in abm adx aes amd-ssbd bmi1 bmi2 cx8 eist ept_1gb f16c fma invtsc \ mmx movbe mpx pdpe1gb popcnt smep vaes vbmi2 vpclmulqdq \ xgetbv1 xsave xsaveopt; do if check_cpu_flag "${FLAG}"; then