[Qemu-devel] [PULL 00/13] qtest patches

Thomas Huth posted 13 patches 5 years, 4 months ago
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1545063690-10116-1-git-send-email-thuth@redhat.com
tests/acpi-utils.c             | 19 ++++-----
tests/acpi-utils.h             | 57 ++++++++++++---------------
tests/bios-tables-test.c       | 89 ++++++++++++++++++++++--------------------
tests/boot-serial-test.c       | 33 ++++++++++------
tests/ivshmem-test.c           | 18 +--------
tests/libqos/pci-pc.c          | 47 +++++++++++-----------
tests/libqos/pci-spapr.c       | 20 +++++-----
tests/libqtest.c               | 72 +++++++++++++++++++++-------------
tests/libqtest.h               |  8 ++++
tests/machine-none-test.c      |  7 ++--
tests/prom-env-test.c          | 17 ++++----
tests/pvpanic-test.c           | 14 ++++---
tests/pxe-test.c               |  7 ++--
tests/test-filter-mirror.c     |  9 +++--
tests/test-filter-redirector.c | 16 ++++----
tests/vmgenid-test.c           | 53 +++++++++++++------------
16 files changed, 258 insertions(+), 228 deletions(-)
[Qemu-devel] [PULL 00/13] qtest patches
Posted by Thomas Huth 5 years, 4 months ago
 Hi Peter,

the following changes since commit 139108f68486550869bd201f903f1884b78a4ae1:

  .shippable.yml: disable the win cross tests (2018-12-17 13:02:12 +0000)

are available in the git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2018-12-17

for you to fetch changes up to fe17cca6bd2cdfb9cc7f29da8e71aa1238bcdba7:

  tests/bios-tables-test: Sanitize test verbose output (2018-12-17 16:21:51 +0100)

----------------------------------------------------------------
- Replace global_qtest in some tests
- Exit boot-serial-test loop if child dies
- Sanitize verbose output in biot-tables-test
----------------------------------------------------------------

Eric Blake (2):
      ivshmem-test: Drop dependence on global_qtest
      tests/acpi-utils: Drop dependence on global_qtest

Igor Mammedov (1):
      tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro

Philippe Mathieu-Daudé (1):
      tests/bios-tables-test: Sanitize test verbose output

Richard Henderson (1):
      tests: Exit boot-serial-test loop if child dies

Thomas Huth (8):
      tests/libqos/pci: Make PCI access functions independent of global_qtest
      tests/vmgenid: Make test independent of global_qtest
      tests/pvpanic: Make the pvpanic test independent of global_qtest
      tests/boot-serial: Get rid of global_qtest variable
      tests/test-filter: Make tests independent of global_qtest
      tests/machine-none: Make test independent of global_qtest
      tests/prom-env: Make test independent of global_qtest
      tests/pxe: Make test independent of global_qtest

 tests/acpi-utils.c             | 19 ++++-----
 tests/acpi-utils.h             | 57 ++++++++++++---------------
 tests/bios-tables-test.c       | 89 ++++++++++++++++++++++--------------------
 tests/boot-serial-test.c       | 33 ++++++++++------
 tests/ivshmem-test.c           | 18 +--------
 tests/libqos/pci-pc.c          | 47 +++++++++++-----------
 tests/libqos/pci-spapr.c       | 20 +++++-----
 tests/libqtest.c               | 72 +++++++++++++++++++++-------------
 tests/libqtest.h               |  8 ++++
 tests/machine-none-test.c      |  7 ++--
 tests/prom-env-test.c          | 17 ++++----
 tests/pvpanic-test.c           | 14 ++++---
 tests/pxe-test.c               |  7 ++--
 tests/test-filter-mirror.c     |  9 +++--
 tests/test-filter-redirector.c | 16 ++++----
 tests/vmgenid-test.c           | 53 +++++++++++++------------
 16 files changed, 258 insertions(+), 228 deletions(-)

Re: [Qemu-devel] [PULL 00/13] qtest patches
Posted by Peter Maydell 5 years, 4 months ago
On Mon, 17 Dec 2018 at 16:23, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 139108f68486550869bd201f903f1884b78a4ae1:
>
>   .shippable.yml: disable the win cross tests (2018-12-17 13:02:12 +0000)
>
> are available in the git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2018-12-17
>
> for you to fetch changes up to fe17cca6bd2cdfb9cc7f29da8e71aa1238bcdba7:
>
>   tests/bios-tables-test: Sanitize test verbose output (2018-12-17 16:21:51 +0100)
>
> ----------------------------------------------------------------
> - Replace global_qtest in some tests
> - Exit boot-serial-test loop if child dies
> - Sanitize verbose output in biot-tables-test
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM