public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/5] Minor fixes while getting rid of code duplication
@ 2017-06-28 20:08 Radim Krčmář
  2017-06-28 20:08 ` [kvm-unit-tests PATCH 1/5] arch/run: simplify copy-paste of the command line Radim Krčmář
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Radim Krčmář @ 2017-06-28 20:08 UTC (permalink / raw)
  To: kvm
  Cc: Paolo Bonzini, Drew Jones, Laurent Vivier, Thomas Huth,
	David Hildenbrand

The series isn't well split, so patches remove the code duplication and
fix bugs at the same time.  [3/5] is s390x+powerpc specific, but has
dependency on [4/5], which affects all architectures, just like [1,5/5].
[2/5] is unrelated, but was simple enough to include.


Radim Krčmář (5):
  arch/run: simplify copy-paste of the command line
  run_tests: add summary to powerpc and s390
  s390+powerpc/run: improve output handling
  scripts/arch-run: fix qemu binary search failure path
  arch/run: unify accelerator detection

 arm/run               | 28 +++------------------
 powerpc/run           | 41 ++++--------------------------
 s390x/run             | 38 +++-------------------------
 scripts/arch-run.bash | 69 +++++++++++++++++++++++++++++++++++++++++++++++----
 scripts/runtime.bash  |  2 +-
 x86/run               |  8 +++---
 6 files changed, 81 insertions(+), 105 deletions(-)

-- 
2.13.2

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

end of thread, other threads:[~2017-06-30 10:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28 20:08 [kvm-unit-tests PATCH 0/5] Minor fixes while getting rid of code duplication Radim Krčmář
2017-06-28 20:08 ` [kvm-unit-tests PATCH 1/5] arch/run: simplify copy-paste of the command line Radim Krčmář
2017-06-28 20:08 ` [kvm-unit-tests PATCH 2/5] run_tests: add summary to powerpc and s390 Radim Krčmář
2017-06-29  5:30   ` Thomas Huth
2017-06-29 12:53     ` Radim Krčmář
2017-06-28 20:08 ` [kvm-unit-tests PATCH 3/5] s390+powerpc/run: improve output handling Radim Krčmář
2017-06-28 20:08 ` [kvm-unit-tests PATCH 4/5] scripts/arch-run: fix qemu binary search failure path Radim Krčmář
2017-06-28 20:46   ` Paolo Bonzini
2017-06-29 12:32     ` Radim Krčmář
2017-06-28 20:08 ` [kvm-unit-tests PATCH 5/5] arch/run: unify accelerator detection Radim Krčmář
2017-06-28 20:48   ` Paolo Bonzini
2017-06-29 12:45     ` Radim Krčmář
2017-06-29 13:46       ` Radim Krčmář
2017-06-29 13:49         ` Paolo Bonzini
2017-06-29 14:28   ` [kvm-unit-tests PATCH v2 " Radim Krčmář
2017-06-29 14:32   ` [kvm-unit-tests PATCH v2 6/5] x86/run: support accelerator controls Radim Krčmář
2017-06-30 10:42     ` Paolo Bonzini
2017-06-29 11:41 ` [kvm-unit-tests PATCH 0/5] Minor fixes while getting rid of code duplication Andrew Jones

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