fix(macos): enable ept_1gb flag to improve compatibility. close #1214

This commit is contained in:
Martin Wimpress 2024-05-13 16:28:18 +01:00 committed by Martin Wimpress
parent 9cb021b174
commit 88cc5f0056
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ function vm_boot() {
fi;; fi;;
esac 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 \ mmx movbe mpx pdpe1gb popcnt smep vaes vbmi2 vpclmulqdq \
xgetbv1 xsave xsaveopt; do xgetbv1 xsave xsaveopt; do
if check_cpu_flag "${FLAG}"; then if check_cpu_flag "${FLAG}"; then