qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: [Qemu-devel] [PULL 00/13] qtest patches
Date: Mon, 17 Dec 2018 17:21:17 +0100

 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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]