[yocto] [PATCH] For danny: Fix typo in kvm capability detection in runqemu

Björn Stenberg bjorn at haxx.se
Wed Jan 16 02:11:31 PST 2013


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