wip: disable VT-d for testing

This commit is contained in:
Martin Wimpress 2024-05-14 18:35:12 +01:00 committed by Martin Wimpress
parent f0b41749f6
commit 57019e72dd
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ function configure_cpu() {
if [ "${HOST_CPU_VENDOR}" == "GenuineIntel" ]; then
if ! check_cpu_flag vmx; then
echo "ERROR! Intel VT-x support is required."
exit 1
#exit 1
fi
elif [ "${HOST_CPU_VENDOR}" == "AuthenticAMD" ]; then
if ! check_cpu_flag svm; then