[Qemu-devel] [PULL 0/9] Fixes and improvements for various qtests

Thomas Huth posted 9 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1505462549-27298-1-git-send-email-thuth@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
qtest.c                    |  82 ++++++++++++++++++++++++-----------
tests/libqos/pci.c         |  26 ++++-------
tests/libqos/usb.c         |  30 +++----------
tests/libqtest.c           | 105 +++++++++++++++++++++++++++++++++++++++------
tests/libqtest.h           |  27 ++++++++++--
tests/numa-test.c          |  21 ++-------
tests/test-hmp.c           |   7 ++-
tests/test-qga.c           |  90 --------------------------------------
tests/usb-hcd-uhci-test.c  |  26 +----------
tests/usb-hcd-xhci-test.c  |  51 ++--------------------
tests/virtio-scsi-test.c   |  24 +----------
tests/virtio-serial-test.c |  25 ++---------
12 files changed, 203 insertions(+), 311 deletions(-)
[Qemu-devel] [PULL 0/9] Fixes and improvements for various qtests
Posted by Thomas Huth 6 years, 7 months ago
The following changes since commit 3dabde1128b671f36ac6cb36b97b273139964420:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170914' into staging (2017-09-14 16:33:02 +0100)

are available in the git repository at:

  git://github.com/huth/qemu.git tags/check-20170915

for you to fetch changes up to 7b899f4dd596dbb7d271f7fab36fbfffec84868e:

  qtest: Avoid passing raw strings through hmp() (2017-09-15 09:05:19 +0200)

----------------------------------------------------------------
Some fixes and improvements for various qtests by Eric and me.

----------------------------------------------------------------
Eric Blake (5):
      test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING code
      qtest: Don't perform side effects inside assertion
      numa-test: Use hmp()
      libqtest: Remove dead qtest_instances variable
      qtest: Avoid passing raw strings through hmp()

Thomas Huth (4):
      tests: Introduce generic device hot-plug/hot-unplug functions
      tests/test-hmp: Remove puv3 and tricore_testboard from the blacklist
      tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missing
      tests: Fix broken ivshmem-server-msi/-irq tests

 qtest.c                    |  82 ++++++++++++++++++++++++-----------
 tests/libqos/pci.c         |  26 ++++-------
 tests/libqos/usb.c         |  30 +++----------
 tests/libqtest.c           | 105 +++++++++++++++++++++++++++++++++++++++------
 tests/libqtest.h           |  27 ++++++++++--
 tests/numa-test.c          |  21 ++-------
 tests/test-hmp.c           |   7 ++-
 tests/test-qga.c           |  90 --------------------------------------
 tests/usb-hcd-uhci-test.c  |  26 +----------
 tests/usb-hcd-xhci-test.c  |  51 ++--------------------
 tests/virtio-scsi-test.c   |  24 +----------
 tests/virtio-serial-test.c |  25 ++---------
 12 files changed, 203 insertions(+), 311 deletions(-)

Re: [Qemu-devel] [PULL 0/9] Fixes and improvements for various qtests
Posted by Peter Maydell 6 years, 7 months ago
On 15 September 2017 at 09:02, Thomas Huth <thuth@redhat.com> wrote:
> The following changes since commit 3dabde1128b671f36ac6cb36b97b273139964420:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170914' into staging (2017-09-14 16:33:02 +0100)
>
> are available in the git repository at:
>
>   git://github.com/huth/qemu.git tags/check-20170915
>
> for you to fetch changes up to 7b899f4dd596dbb7d271f7fab36fbfffec84868e:
>
>   qtest: Avoid passing raw strings through hmp() (2017-09-15 09:05:19 +0200)
>
> ----------------------------------------------------------------
> Some fixes and improvements for various qtests by Eric and me.
>
> ----------------------------------------------------------------
> Eric Blake (5):
>       test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING code
>       qtest: Don't perform side effects inside assertion
>       numa-test: Use hmp()
>       libqtest: Remove dead qtest_instances variable
>       qtest: Avoid passing raw strings through hmp()
>
> Thomas Huth (4):
>       tests: Introduce generic device hot-plug/hot-unplug functions
>       tests/test-hmp: Remove puv3 and tricore_testboard from the blacklist
>       tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missing
>       tests: Fix broken ivshmem-server-msi/-irq tests

Applied, thanks.

-- PMM