From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] arm/run: don't enable KVM if system can't do it Date: Thu, 2 Jul 2015 15:45:17 +0200 Message-ID: <5595406D.3040908@redhat.com> References: <1435835131-11437-1-git-send-email-alex.bennee@linaro.org> <20150702115152.GD4243@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mttcg@greensocs.com, mark.burton@greensocs.com, fred.konrad@greensocs.com To: Andrew Jones , =?UTF-8?Q?Alex_Benn=c3=a9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46466 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753207AbbGBNpW (ORCPT ); Thu, 2 Jul 2015 09:45:22 -0400 In-Reply-To: <20150702115152.GD4243@hawk.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On 02/07/2015 13:51, Andrew Jones wrote: > 4) I recently mentioned[*] it might be nice to add a '-force-tcg' type > of arm/run command line option, allowing tcg to be used even if > it's possible to use kvm. Adding that at the same time would be > nice. Can you just use --no-kvm? It is equivalent to "-machine accel=tcg", and it overrides previous "-machine accel=foo" options. Paolo ps: I also share the "yay" feeling, of course!