qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Kill global_qtest in endianess, boot-order and pnv-xscom
@ 2019-01-03 11:09 Thomas Huth
  2019-01-03 11:09 ` [Qemu-devel] [PATCH 1/3] tests/endianesss: Make test independent of global_qtest Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2019-01-03 11:09 UTC (permalink / raw)
  To: qemu-devel, Laurent Vivier; +Cc: Paolo Bonzini, Cédric Le Goater

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-03 11:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 11:09 [Qemu-devel] [PATCH 0/3] Kill global_qtest in endianess, boot-order and pnv-xscom Thomas Huth
2019-01-03 11:09 ` [Qemu-devel] [PATCH 1/3] tests/endianesss: Make test independent of global_qtest Thomas Huth
2019-01-03 11:09 ` [Qemu-devel] [PATCH 2/3] tests/boot-order: " Thomas Huth
2019-01-03 11:09 ` [Qemu-devel] [PATCH 3/3] tests/pnv-xscom: " Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).