From: Cleber Rosa <crosa@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Eduardo Habkost" <ehabkost@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Fam Zheng" <famz@redhat.com>, "Amador Pahim" <amador@pahim.org>,
"Cleber Rosa" <crosa@redhat.com>
Subject: [Qemu-devel] [PATCH 2/5] scripts/qemu.py: allow adding to the list of extra arguments
Date: Thu, 24 May 2018 20:58:36 -0400 [thread overview]
Message-ID: <20180525005839.11556-3-crosa@redhat.com> (raw)
In-Reply-To: <20180525005839.11556-1-crosa@redhat.com>
Tests will often need to add extra arguments to QEMU command
line arguments.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
scripts/qemu.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/scripts/qemu.py b/scripts/qemu.py
index 08a3e9af5a..7813dd45ad 100644
--- a/scripts/qemu.py
+++ b/scripts/qemu.py
@@ -359,3 +359,9 @@ class QEMUMachine(object):
of the qemu process.
'''
return self._iolog
+
+ def add_args(self, *args):
+ '''
+ Adds to the list of extra arguments to be given to the QEMU binary
+ '''
+ return self._args.extend(args)
--
2.17.0
next prev parent reply other threads:[~2018-05-25 0:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 0:58 [Qemu-devel] [PATCH 0/5] Acceptance/functional tests Cleber Rosa
2018-05-25 0:58 ` [Qemu-devel] [PATCH 1/5] Add functional/acceptance tests infrastructure Cleber Rosa
2018-05-25 5:33 ` Fam Zheng
2018-05-25 16:15 ` Cleber Rosa
2018-05-25 0:58 ` Cleber Rosa [this message]
2018-05-25 0:58 ` [Qemu-devel] [PATCH 3/5] Acceptance tests: add quick VNC tests Cleber Rosa
2018-05-25 5:37 ` Fam Zheng
2018-05-25 16:27 ` Cleber Rosa
2018-05-29 14:32 ` Eduardo Habkost
2018-05-29 14:59 ` Cleber Rosa
2018-05-29 17:52 ` Eduardo Habkost
2018-05-29 19:36 ` Cleber Rosa
2018-05-25 0:58 ` [Qemu-devel] [PATCH 4/5] scripts/qemu.py: introduce set_console() method Cleber Rosa
2018-05-25 5:47 ` Fam Zheng
2018-05-25 16:57 ` Cleber Rosa
2018-05-29 19:06 ` Eduardo Habkost
2018-05-29 19:31 ` Cleber Rosa
2018-05-25 0:58 ` [Qemu-devel] [PATCH 5/5] Acceptance tests: add Linux kernel boot and console checking test Cleber Rosa
2018-05-25 1:14 ` [Qemu-devel] [PATCH 0/5] Acceptance/functional tests Cleber Rosa
2018-05-25 6:08 ` Fam Zheng
2018-05-25 17:04 ` Cleber Rosa
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=20180525005839.11556-3-crosa@redhat.com \
--to=crosa@redhat.com \
--cc=amador@pahim.org \
--cc=ehabkost@redhat.com \
--cc=f4bug@amsat.org \
--cc=famz@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@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).