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: Mon, 3 Aug 2015 19:51:48 +0200 Message-ID: <1438624311-28713-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]:33691 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754061AbbHCRv4 (ORCPT ); Mon, 3 Aug 2015 13:51:56 -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 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 | 36 ++++++++++++++++++++++++++++++------ arm/unittests.cfg | 4 +++- configure | 2 ++ run_tests.sh | 3 ++- scripts/functions.bash | 8 ++++++-- 5 files changed, 43 insertions(+), 10 deletions(-) --=20 2.4.3