From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg Date: Fri, 7 Aug 2015 10:00:57 +0200 Message-ID: <20150807080057.GA4060@hawk.localdomain> References: <1438624311-28713-1-git-send-email-drjones@redhat.com> <1438624311-28713-4-git-send-email-drjones@redhat.com> <87oaikjmoj.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, pbonzini@redhat.com To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33730 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422681AbbHGIBC (ORCPT ); Fri, 7 Aug 2015 04:01:02 -0400 Content-Disposition: inline In-Reply-To: <87oaikjmoj.fsf@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Aug 06, 2015 at 07:29:00PM +0100, Alex Benn=E9e wrote: >=20 > Andrew Jones writes: >=20 > > Inspired by a patch by Alex Benn=E9e. This version uses a new > > unittests.cfg variable and includes support for DRYRUN. > > > > Signed-off-by: Andrew Jones > > --- > > > > Another difference with Alex's patch is we no longer output > > 'Running with TCG', as I don't think it's necessary. The > > command line captures that, and the whole point of the patch > > is to silence the '"kvm" accelerator not found.' messages > > anyway. >=20 > Yeah that makes sense. >=20 > > > > arm/run | 36 ++++++++++++++++++++++++++++++------ > > arm/unittests.cfg | 4 +++- > > run_tests.sh | 3 ++- > > scripts/functions.bash | 8 ++++++-- > > 4 files changed, 41 insertions(+), 10 deletions(-) > >=20 > I see your re-posting so I'll do a full review then. Is there a branc= h I > can re-base my stuff on top of for now? OK, https://github.com/rhdrjones/kvm-unit-tests/commits/staging has bee= n updated. BTW, that branch is anything but stable. It'll get a rebase anytime upstream master or next is updated, and iff neither of those ar= e a sufficient base (so not only is it unstable, but it could go stale...= ) Hopefully atm it's useful for you to rebase on though. Thanks, drew >=20 > --=20 > Alex Benn=E9e > -- > 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