* [PATCH] Fix typo in kvm capability detection in runqemu
@ 2012-12-20 15:33 Björn Stenberg
0 siblings, 0 replies; only message in thread
From: Björn Stenberg @ 2012-12-20 15:33 UTC (permalink / raw)
To: yocto
Signed-off-by: Björn Stenberg <bjst@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-20 15:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 15:33 [PATCH] Fix typo in kvm capability detection in runqemu Björn Stenberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.