]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 15:17:16 +0000 (15:17 +0000)
Signed-off-by: Björn Stenberg <bjst@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu

index fb7ac56398578817af21d5209eccdb27082e5bf5..fc7d749944b75e1cfb3e5fff178825441e01bc32 100755 (executable)
@@ -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 ;;
         *)