From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen Date: Tue, 4 Aug 2015 09:25:52 +0200 Message-ID: <1438673155-14896-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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]:48940 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752018AbbHDHZ7 (ORCPT ); Tue, 4 Aug 2015 03:25:59 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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 repost 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. Alex Benn=C3=A9e (1): configure: emit HOST=3D$host to config.mak Andrew Jones (2): run_tests: pass test name to run script arm/run: use ACCEL to choose between kvm and tcg 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 2.4.3