From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH v5 04/11] arm/run: introduce usingkvm var and use it Date: Sun, 2 Aug 2015 18:36:05 +0200 Message-ID: <20150802163605.GB3441@hawk.localdomain> References: <1438358041-18021-1-git-send-email-alex.bennee@linaro.org> <1438358041-18021-5-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: mttcg@greensocs.com, mark.burton@greensocs.com, fred.konrad@greensocs.com, peter.maydell@linaro.org, kvm@vger.kernel.org, a.spyridakis@virtualopensystems.com, claudio.fontana@huawei.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56012 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751922AbbHBQgL (ORCPT ); Sun, 2 Aug 2015 12:36:11 -0400 Content-Disposition: inline In-Reply-To: <1438358041-18021-5-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jul 31, 2015 at 04:53:54PM +0100, Alex Benn=E9e wrote: > This makes the script a little cleaner by only checking for KVM suppo= rt > in one place. If KVM isn't available we can fall back to TCG emulatio= n > and echo the fact to the screen rather than let QEMU complain. >=20 > Signed-off-by: Alex Benn=E9e > Reviewed-by: Andrew Jones To work with mkstandalone (which is in upstream's next branch), we need some additions to this patch. See https://github.com/rhdrjones/kvm-unit-tests/commit/be290c1d49c72dd100ab= 066a11c4ef6fa9017a1c Thanks, drew