From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen Date: Tue, 4 Aug 2015 10:05:47 +0200 Message-ID: <20150804080547.GG13384@hawk.localdomain> References: <1438673155-14896-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: alex.bennee@linaro.org, pbonzini@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56612 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932216AbbHDIFw (ORCPT ); Tue, 4 Aug 2015 04:05:52 -0400 Content-Disposition: inline In-Reply-To: <1438673155-14896-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Crap. Forgot -v2 on my format-patch command line... Paolo, should I repost? drew On Tue, Aug 04, 2015 at 09:25:52AM +0200, Andrew Jones wrote: > At least on the ARM side of things we're making sure unit tests can > be used for [MT]TCG, as well as for KVM. This series adds support to > unittests.cfg to allow us to specify kvm vs. tcg, as not all tests > will be able (should/need) to run on both. The first patch is a repos= t > of one of Alex's pending patches, as the 3rd patch depends on it. The > 3rd patch obsoletes/replaces Alex's pending "arm/run: introduce > usingkvm var and use it" patch. >=20 > Alex Benn=E9e (1): > configure: emit HOST=3D$host to config.mak >=20 > Andrew Jones (2): > run_tests: pass test name to run script > arm/run: use ACCEL to choose between kvm and tcg >=20 > arm/run | 43 +++++++++++++++++++++++++++++++++++++--= ---- > arm/unittests.cfg | 4 +++- > configure | 2 ++ > run_tests.sh | 3 ++- > scripts/functions.bash | 8 ++++++-- > scripts/mkstandalone.sh | 15 +++++++++++---- > 6 files changed, 61 insertions(+), 14 deletions(-) >=20 > --=20 > 2.4.3 >=20 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html