summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 190e3b41de..b8148ef55e 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -162,7 +162,7 @@ while true; do
162 ;; 162 ;;
163 "kvm") 163 "kvm")
164 KVM_ENABLED="yes" 164 KVM_ENABLED="yes"
165 KVM_CAPABLE=`grep -q 'vmx\|smx' /proc/cpuinfo && echo 1` 165 KVM_CAPABLE=`grep -q 'vmx\|svm' /proc/cpuinfo && echo 1`
166 ;; 166 ;;
167 "") break ;; 167 "") break ;;
168 *) 168 *)