[yocto] [PATCH] Fix typo in kvm capability detection in runqemu

Björn Stenberg bjorn at haxx.se
Thu Dec 20 07:33:27 PST 2012


Signed-off-by: Björn Stenberg <bjst at enea.com>
---
diff --git a/scripts/runqemu b/scripts/runqemu
index fb7ac56..fc7d749 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -155,7 +155,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 ;;
         *)

-- 
Björn



More information about the yocto mailing list