qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Laurent Vivier <lvivier@redhat.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>, "Cédric Le Goater" <clg@kaod.org>
Subject: [Qemu-devel] [PATCH 0/3] Kill global_qtest in endianess, boot-order and pnv-xscom
Date: Thu,  3 Jan 2019 12:09:49 +0100	[thread overview]
Message-ID: <1546513792-17773-1-git-send-email-thuth@redhat.com> (raw)

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

             reply	other threads:[~2019-01-03 11:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-03 11:09 Thomas Huth [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1546513792-17773-1-git-send-email-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=clg@kaod.org \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).