qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/10] cleanup qemu-iotests
@ 2017-09-12 14:44 Paolo Bonzini
  2017-09-12 14:44 ` [Qemu-devel] [PATCH 01/10] qemu-iotests: remove dead code Paolo Bonzini
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: Paolo Bonzini @ 2017-09-12 14:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block

The purpose of this series is to separate the "check" sources from
the tests.  After these patches, common.config is reduced to simple
shell initialization, and common.rc is only included by the tests.

Along the way, a lot of dead code is removed too.

In v2, the following patches:

  qemu-iotests: do not do useless search for QEMU_*_PROG
  qemu-iotests: do not search for binaries in the current directory
  qemu-iotests: include common.env and common.config early

have been replaced by "qemu-iotests: cleanup and fix search for programs",
which also preserves the behavior of searching for programs as symlinks
in the current directory.

Paolo

Paolo Bonzini (10):
  qemu-iotests: remove dead code
  qemu-iotests: get rid of AWK_PROG
  qemu-iotests: move "check" code out of common.rc
  qemu-iotests: cleanup and fix search for programs
  qemu-iotests: limit non-_PROG-suffixed variables to common.rc
  qemu-iotests: do not include common.rc in "check"
  qemu-iotests: disintegrate more parts of common.config
  qemu-iotests: fix uninitialized variable
  qemu-iotests: get rid of $iam
  qemu-iotests: merge "check" and "common"

 tests/qemu-iotests/039.out       |  10 +-
 tests/qemu-iotests/061.out       |   4 +-
 tests/qemu-iotests/137.out       |   2 +-
 tests/qemu-iotests/check         | 575 ++++++++++++++++++++++++++++++++++-----
 tests/qemu-iotests/common        | 459 -------------------------------
 tests/qemu-iotests/common.config | 206 +-------------
 tests/qemu-iotests/common.qemu   |   1 +
 tests/qemu-iotests/common.rc     | 205 +++++++-------
 8 files changed, 621 insertions(+), 841 deletions(-)
 delete mode 100644 tests/qemu-iotests/common

-- 
2.13.5

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

end of thread, other threads:[~2017-10-04 16:26 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12 14:44 [Qemu-devel] [PATCH v2 00/10] cleanup qemu-iotests Paolo Bonzini
2017-09-12 14:44 ` [Qemu-devel] [PATCH 01/10] qemu-iotests: remove dead code Paolo Bonzini
2017-09-12 20:34   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 02/10] qemu-iotests: get rid of AWK_PROG Paolo Bonzini
2017-09-12 16:30   ` Philippe Mathieu-Daudé
2017-09-12 16:36     ` Paolo Bonzini
2017-09-12 20:45   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 03/10] qemu-iotests: move "check" code out of common.rc Paolo Bonzini
2017-09-12 21:03   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 04/10] qemu-iotests: cleanup and fix search for programs Paolo Bonzini
2017-09-12 21:11   ` Eric Blake
2017-09-12 21:26     ` Paolo Bonzini
2017-09-12 21:34       ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 05/10] qemu-iotests: limit non-_PROG-suffixed variables to common.rc Paolo Bonzini
2017-09-12 21:15   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 06/10] qemu-iotests: do not include common.rc in "check" Paolo Bonzini
2017-09-12 21:16   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 07/10] qemu-iotests: disintegrate more parts of common.config Paolo Bonzini
2017-09-12 21:25   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 08/10] qemu-iotests: fix uninitialized variable Paolo Bonzini
2017-09-12 21:30   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 09/10] qemu-iotests: get rid of $iam Paolo Bonzini
2017-09-12 21:31   ` Eric Blake
2017-09-12 14:44 ` [Qemu-devel] [PATCH 10/10] qemu-iotests: merge "check" and "common" Paolo Bonzini
2017-09-12 21:34   ` Eric Blake
2017-09-13  6:47 ` [Qemu-devel] [PATCH v2 00/10] cleanup qemu-iotests Thomas Huth
2017-09-13  7:59   ` Fam Zheng
2017-09-13 22:06     ` Paolo Bonzini
2017-09-13 22:14       ` Eric Blake
2017-10-02 12:32 ` [Qemu-devel] [Qemu-block] " Paolo Bonzini
2017-10-04 16:26 ` [Qemu-devel] " Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).