[oe-commits] Björn Stenberg : Fix typo in kvm capability detection in runqemu

git at git.openembedded.org git at git.openembedded.org
Thu Feb 14 15:19:50 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 81b1298a9163f9de0574fe8a1c9ae49ea67fe5ff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=81b1298a9163f9de0574fe8a1c9ae49ea67fe5ff

Author: Björn Stenberg <bjorn at haxx.se>
Date:   Thu Dec 20 16:33:27 2012 +0100

Fix typo in kvm capability detection in runqemu

Signed-off-by: Björn Stenberg <bjst at enea.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 scripts/runqemu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 ;;
         *)





More information about the Openembedded-commits mailing list