From 3c77b8c19a063e91bd35fc2c2467f3076b42328e Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 20 Dec 2012 16:33:27 +0100 Subject: Fix typo in kvm capability detection in runqemu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (From OE-Core rev: 7db394c4021f57b6bfc5cbad3fb2bd4903527758) Signed-off-by: Björn Stenberg Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/runqemu b/scripts/runqemu index 190e3b41de..b8148ef55e 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -162,7 +162,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 ;; *) -- cgit v1.2.3-54-g00ecf