wip: disable VT-d for testing
This commit is contained in:
parent
f0b41749f6
commit
57019e72dd
2
quickemu
2
quickemu
|
@ -288,7 +288,7 @@ function configure_cpu() {
|
||||||
if [ "${HOST_CPU_VENDOR}" == "GenuineIntel" ]; then
|
if [ "${HOST_CPU_VENDOR}" == "GenuineIntel" ]; then
|
||||||
if ! check_cpu_flag vmx; then
|
if ! check_cpu_flag vmx; then
|
||||||
echo "ERROR! Intel VT-x support is required."
|
echo "ERROR! Intel VT-x support is required."
|
||||||
exit 1
|
#exit 1
|
||||||
fi
|
fi
|
||||||
elif [ "${HOST_CPU_VENDOR}" == "AuthenticAMD" ]; then
|
elif [ "${HOST_CPU_VENDOR}" == "AuthenticAMD" ]; then
|
||||||
if ! check_cpu_flag svm; then
|
if ! check_cpu_flag svm; then
|
||||||
|
|
Loading…
Reference in New Issue