public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen
@ 2015-08-04  7:25 Andrew Jones
  2015-08-04  7:25 ` [kvm-unit-tests PATCH 1/3] configure: emit HOST=$host to config.mak Andrew Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Andrew Jones @ 2015-08-04  7:25 UTC (permalink / raw)
  To: kvm; +Cc: alex.bennee, pbonzini

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ée (1):
  configure: emit HOST=$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(-)

-- 
2.4.3


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen
@ 2015-08-03 17:51 Andrew Jones
  2015-08-03 17:51 ` [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg Andrew Jones
  0 siblings, 1 reply; 9+ messages in thread
From: Andrew Jones @ 2015-08-03 17:51 UTC (permalink / raw)
  To: kvm; +Cc: alex.bennee, pbonzini

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ée (1):
  configure: emit HOST=$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(-)

-- 
2.4.3


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-07  8:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  7:25 [kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen Andrew Jones
2015-08-04  7:25 ` [kvm-unit-tests PATCH 1/3] configure: emit HOST=$host to config.mak Andrew Jones
2015-08-04  7:25 ` [kvm-unit-tests PATCH 2/3] run_tests: pass test name to run script Andrew Jones
2015-08-04  7:25 ` [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg Andrew Jones
2015-08-04  8:05 ` [kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen Andrew Jones
  -- strict thread matches above, loose matches on Subject: below --
2015-08-03 17:51 Andrew Jones
2015-08-03 17:51 ` [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg Andrew Jones
2015-08-04  7:18   ` Andrew Jones
2015-08-06 18:29   ` Alex Bennée
2015-08-07  8:00     ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox