]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix typo in kvm capability detection in runqemu
authorBjörn Stenberg <bjorn@haxx.se>
Thu, 20 Dec 2012 15:33:27 +0000 (16:33 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 25 Dec 2012 22:00:19 +0000 (14:00 -0800)
Signed-off-by: Björn Stenberg <bjst@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu

index 190e3b41de864b3f77b921cb92e14190dc911143..b8148ef55e26eed096e3e54c5a2719f1703ed2ad 100755 (executable)
@@ -162,7 +162,7 @@ while true; do
             ;;
         "kvm")
             KVM_ENABLED="yes"
-            KVM_CAPABLE=`grep -q 'vmx\|smx' /proc/cpuinfo && echo 1`
+            KVM_CAPABLE=`grep -q 'vmx\|svm' /proc/cpuinfo && echo 1`
             ;;
         "") break ;;
         *)