fix(macos): enable ept_1gb flag to improve compatibility. close #1214
This commit is contained in:
parent
9cb021b174
commit
88cc5f0056
2
quickemu
2
quickemu
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue