All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/13] qtests and some iotest patches
@ 2019-05-21 10:53 Thomas Huth
  2019-05-21 10:53 ` [Qemu-devel] [PULL 01/13] tests/libqtest: Remove unused global_qtest-related wrapper functions Thomas Huth
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Thomas Huth @ 2019-05-21 10:53 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: kwolf, lvivier, mreitz

 Hi Peter,

the following changes since commit 2259637b95bef3116cc262459271de08e038cc66:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-05-20 17:22:05 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2019-05-21

for you to fetch changes up to b3763a195cc167152df1f762b3c3a73f7db7677b:

  tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests (2019-05-21 10:13:58 +0200)

----------------------------------------------------------------
I'll be away from keyboard starting next week, so I'd like to
get these patches merged before they bitrot again:
- some qtest patches to get rid of the global_qtest variable in
  more tests
- some iotests patches that have multiple reviews and thus should
  be ready to go
----------------------------------------------------------------

Thomas Huth (13):
      tests/libqtest: Remove unused global_qtest-related wrapper functions
      tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
      tests/libqos: Get rid of global_qtest dependency in qvring_init()
      tests/q35-test: Make test independent of global_qtest
      tests/numa-test: Use qtest_init() instead of qtest_start()
      tests/qom-test: Use qtest_init() instead of qtest_start()
      tests/device-introspect: Use qtest_init() instead of qtest_start()
      tests/hd-geo-test: Use qtest_init() instead of qtest_start()
      tests/qemu-iotests/005: Add a sanity check for large sparse file support
      tests/qemu-iotests/check: Pick a default machine if necessary
      tests/qemu-iotests: Do not hard-code the path to bash
      cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD
      tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests

 .cirrus.yml                    |   4 +-
 .travis.yml                    |   1 +
 tests/device-introspect-test.c |  85 +++++++++++++++++--------------
 tests/hd-geo-test.c            |  76 +++++++++++++++-------------
 tests/libqos/virtio-mmio.c     |   2 +-
 tests/libqos/virtio-pci.c      |   3 +-
 tests/libqos/virtio.c          |  18 ++++---
 tests/libqos/virtio.h          |   3 +-
 tests/libqtest.c               |  11 +---
 tests/libqtest.h               | 112 +----------------------------------------
 tests/numa-test.c              |  53 ++++++++++---------
 tests/q35-test.c               |  39 +++++++-------
 tests/qemu-iotests/001         |   1 -
 tests/qemu-iotests/002         |   1 -
 tests/qemu-iotests/003         |   1 -
 tests/qemu-iotests/004         |   1 -
 tests/qemu-iotests/005         |   9 ++++
 tests/qemu-iotests/007         |   1 -
 tests/qemu-iotests/008         |   1 -
 tests/qemu-iotests/009         |   1 -
 tests/qemu-iotests/010         |   1 -
 tests/qemu-iotests/011         |   1 -
 tests/qemu-iotests/012         |   1 -
 tests/qemu-iotests/015         |   1 -
 tests/qemu-iotests/017         |   1 -
 tests/qemu-iotests/020         |   1 -
 tests/qemu-iotests/021         |   1 -
 tests/qemu-iotests/022         |   1 -
 tests/qemu-iotests/025         |   1 -
 tests/qemu-iotests/026         |   1 -
 tests/qemu-iotests/027         |   1 -
 tests/qemu-iotests/029         |   1 -
 tests/qemu-iotests/031         |   1 -
 tests/qemu-iotests/032         |   1 -
 tests/qemu-iotests/033         |   1 -
 tests/qemu-iotests/035         |   1 -
 tests/qemu-iotests/036         |   1 -
 tests/qemu-iotests/037         |   1 -
 tests/qemu-iotests/042         |   1 -
 tests/qemu-iotests/043         |   1 -
 tests/qemu-iotests/046         |   1 -
 tests/qemu-iotests/047         |   1 -
 tests/qemu-iotests/049         |   1 -
 tests/qemu-iotests/050         |   1 -
 tests/qemu-iotests/051         |   1 -
 tests/qemu-iotests/052         |   1 -
 tests/qemu-iotests/053         |   1 -
 tests/qemu-iotests/054         |   1 -
 tests/qemu-iotests/062         |   1 -
 tests/qemu-iotests/063         |   1 -
 tests/qemu-iotests/066         |   1 -
 tests/qemu-iotests/067         |   1 -
 tests/qemu-iotests/068         |   1 -
 tests/qemu-iotests/069         |   1 -
 tests/qemu-iotests/071         |   1 -
 tests/qemu-iotests/072         |   1 -
 tests/qemu-iotests/073         |   1 -
 tests/qemu-iotests/079         |   1 -
 tests/qemu-iotests/082         |   1 -
 tests/qemu-iotests/085         |   1 -
 tests/qemu-iotests/089         |   1 -
 tests/qemu-iotests/090         |   1 -
 tests/qemu-iotests/094         |   1 -
 tests/qemu-iotests/095         |   1 -
 tests/qemu-iotests/098         |   1 -
 tests/qemu-iotests/102         |   1 -
 tests/qemu-iotests/103         |   1 -
 tests/qemu-iotests/104         |   1 -
 tests/qemu-iotests/105         |   1 -
 tests/qemu-iotests/107         |   1 -
 tests/qemu-iotests/110         |   1 -
 tests/qemu-iotests/111         |   1 -
 tests/qemu-iotests/112         |   1 -
 tests/qemu-iotests/114         |   1 -
 tests/qemu-iotests/115         |   1 -
 tests/qemu-iotests/117         |   1 -
 tests/qemu-iotests/120         |   1 -
 tests/qemu-iotests/125         |   1 -
 tests/qemu-iotests/126         |   1 -
 tests/qemu-iotests/127         |   1 -
 tests/qemu-iotests/133         |   1 -
 tests/qemu-iotests/134         |   1 -
 tests/qemu-iotests/142         |   1 -
 tests/qemu-iotests/143         |   1 -
 tests/qemu-iotests/144         |   1 -
 tests/qemu-iotests/145         |   1 -
 tests/qemu-iotests/153         |   1 -
 tests/qemu-iotests/156         |   1 -
 tests/qemu-iotests/157         |   1 -
 tests/qemu-iotests/158         |   1 -
 tests/qemu-iotests/159         |   1 -
 tests/qemu-iotests/162         |   1 -
 tests/qemu-iotests/170         |   1 -
 tests/qemu-iotests/173         |   1 -
 tests/qemu-iotests/182         |   1 -
 tests/qemu-iotests/183         |   1 -
 tests/qemu-iotests/186         |   1 -
 tests/qemu-iotests/187         |   1 -
 tests/qemu-iotests/190         |   1 -
 tests/qemu-iotests/191         |   1 -
 tests/qemu-iotests/192         |   1 -
 tests/qemu-iotests/195         |   1 -
 tests/qemu-iotests/197         |   1 -
 tests/qemu-iotests/200         |   1 -
 tests/qemu-iotests/214         |   1 -
 tests/qemu-iotests/215         |   1 -
 tests/qemu-iotests/217         |   1 -
 tests/qemu-iotests/227         |   1 -
 tests/qemu-iotests/231         |   1 -
 tests/qemu-iotests/233         |   1 -
 tests/qemu-iotests/239         |   2 +-
 tests/qemu-iotests/240         |   3 +-
 tests/qemu-iotests/241         |   2 +-
 tests/qemu-iotests/243         |   2 +-
 tests/qemu-iotests/244         |   2 +-
 tests/qemu-iotests/247         |   1 -
 tests/qemu-iotests/check       |  13 ++++-
 tests/qom-test.c               |  28 +++++------
 118 files changed, 195 insertions(+), 371 deletions(-)


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

end of thread, other threads:[~2019-05-24 14:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21 10:53 [Qemu-devel] [PULL 00/13] qtests and some iotest patches Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 01/13] tests/libqtest: Remove unused global_qtest-related wrapper functions Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 02/13] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf() Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 03/13] tests/libqos: Get rid of global_qtest dependency in qvring_init() Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 04/13] tests/q35-test: Make test independent of global_qtest Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 05/13] tests/numa-test: Use qtest_init() instead of qtest_start() Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 06/13] tests/qom-test: " Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 07/13] tests/device-introspect: " Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 08/13] tests/hd-geo-test: " Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 09/13] tests/qemu-iotests/005: Add a sanity check for large sparse file support Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 10/13] tests/qemu-iotests/check: Pick a default machine if necessary Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 11/13] tests/qemu-iotests: Do not hard-code the path to bash Thomas Huth
2019-05-24  8:12   ` Ed Maste
2019-05-21 10:53 ` [Qemu-devel] [PULL 12/13] cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD Thomas Huth
2019-05-21 10:53 ` [Qemu-devel] [PULL 13/13] tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests Thomas Huth
2019-05-24  8:11   ` Ed Maste
2019-05-21 13:56 ` [Qemu-devel] [PULL 00/13] qtests and some iotest patches Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.