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