qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: "Laurent Vivier" <lvivier@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: [Qemu-devel] [PULL 11/12] tests: fix modules-test with no default machine
Date: Mon,  2 Sep 2019 11:21:21 +0100	[thread overview]
Message-ID: <20190902102122.1128-12-alex.bennee@linaro.org> (raw)
In-Reply-To: <20190902102122.1128-1-alex.bennee@linaro.org>

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Fixes: eb062cfa733 ("tests: add module loading test")
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190827140241.20818-2-marcandre.lureau@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

diff --git a/tests/modules-test.c b/tests/modules-test.c
index a8118e90427..d1a6ace218c 100644
--- a/tests/modules-test.c
+++ b/tests/modules-test.c
@@ -1,12 +1,14 @@
 #include "qemu/osdep.h"
 #include "libqtest.h"
 
+const char common_args[] = "-nodefaults -machine none";
+
 static void test_modules_load(const void *data)
 {
     QTestState *qts;
     const char **args = (const char **)data;
 
-    qts = qtest_init(NULL);
+    qts = qtest_init(common_args);
     qtest_module_load(qts, args[0], args[1]);
     qtest_quit(qts);
 }
-- 
2.20.1



  parent reply	other threads:[~2019-09-02 10:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 10:21 [Qemu-devel] [PULL 00/12] fixes for gdbstub, gitdm and testing Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 01/12] gdbstub: Fix handling of '!' packet with new infra Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 02/12] gdbstub: Fix handler for 'F' packet Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 03/12] contrib/gitdm: filetype interface is not in order, fix Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 04/12] contrib/gitdm: Add armbru@pond.sub.org to group-map-redhat Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 05/12] mailmap: Reorder by sections Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 06/12] mailmap: Update philmd email address Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 07/12] mailmap: Add many entries to improve 'git shortlog' statistics Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 08/12] .mailmap/aliases: add some further commentary Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 09/12] contrib/gitdm: Add RT-RK to the domain-map Alex Bennée
2019-09-02 10:21 ` [Qemu-devel] [PULL 10/12] build-sys: build ui-spice-app as a module Alex Bennée
2019-09-02 10:21 ` Alex Bennée [this message]
2019-09-02 10:21 ` [Qemu-devel] [PULL 12/12] tests/docker: upgrade docker.py to python3 Alex Bennée
2019-09-04 11:28 ` [Qemu-devel] [PULL 00/12] fixes for gdbstub, gitdm and testing Peter Maydell

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=20190902102122.1128-12-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /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).