[Qemu-devel] [PATCH 0/3] Kill global_qtest in endianess, boot-order and pnv-xscom

Thomas Huth posted 3 patches 6 years, 10 months ago
Test asan passed
Test checkpatch 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/1546513792-17773-1-git-send-email-thuth@redhat.com
tests/boot-order-test.c |  59 +++++----
tests/endianness-test.c | 329 ++++++++++++++++++++++++------------------------
tests/pnv-xscom-test.c  |  29 ++---
3 files changed, 210 insertions(+), 207 deletions(-)
[Qemu-devel] [PATCH 0/3] Kill global_qtest in endianess, boot-order and pnv-xscom
Posted by Thomas Huth 6 years, 10 months ago
It's very cumbersome to run multiple instances of QEMU in tests where this is
required (e.g. in migration tests) when the test state is tracked in a
global variable, so  we should get rid of global_qtest in the long run.
This series removes the dependency on this unwanted global_qtest variable
in the endianess-test, boot-order-test and pnv-xscom-test.

Thomas Huth (3):
  tests/endianesss: Make test independent of global_qtest
  tests/boot-order: Make test independent of global_qtest
  tests/pnv-xscom: Make test independent of global_qtest

 tests/boot-order-test.c |  59 +++++----
 tests/endianness-test.c | 329 ++++++++++++++++++++++++------------------------
 tests/pnv-xscom-test.c  |  29 ++---
 3 files changed, 210 insertions(+), 207 deletions(-)

-- 
1.8.3.1