Skip to content

Commit

Permalink
flag tweaks
Browse files Browse the repository at this point in the history
as per comment #1225 (comment)
  • Loading branch information
TuxVinyards committed May 18, 2024
1 parent dbe9f61 commit b3b9613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@ function configure_cpu() {
esac

if [ "${HOST_CPU_VENDOR}" != "GenuineIntel" ] && [ -z "${HYPERVISOR}" ]; then
for FLAG in abm adx aes amd-ssbd apic arat bmi1 bmi2 clflush cmov cx8 cx16 de \
for FLAG in abm aes apic arat bmi1 bmi2 clflush cmov cx8 cx16 de \
eist erms f16c fma fp87 fsgsbase fxsr invpcid invtsc lahf_lm lm \
mca mce mmx movbe mpx msr mtrr nx pae pat pcid pge pse popcnt pse36 \
rdrand rdtscp sep smep syscall tsc tsc_adjust vaes vbmi2 vmx vpclmulqdq \
rdrand rdtscp sep smep syscall tsc tsc_adjust vaes vbmi2 vpclmulqdq \
x2apic xgetbv1 xsave xsaveopt; do
CPU+=$(configure_cpu_flag "${FLAG}")
done
Expand Down

0 comments on commit b3b9613

Please sign in to comment.