From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Greg Kurz <groug@kaod.org>
Cc: qemu-devel@nongnu.org,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 2/3] tests: virtio-9p: add basic configuration test
Date: Thu, 15 Sep 2016 10:40:45 +0200 [thread overview]
Message-ID: <20160915104045.129c483e.cornelia.huck@de.ibm.com> (raw)
In-Reply-To: <147340829147.6462.6214637588245966144.stgit@bahia>
On Fri, 09 Sep 2016 10:04:51 +0200
Greg Kurz <groug@kaod.org> wrote:
> This adds PCI init code and a basic test that checks the device config
> matches what is passed on the command line.
>
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
> tests/Makefile.include | 2 +
> tests/virtio-9p-test.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 81 insertions(+), 3 deletions(-)
> +static const char mount_tag[] = "qtest";
> static char *test_share;
>
> static void qvirtio_9p_start(void)
> @@ -21,8 +29,8 @@ static void qvirtio_9p_start(void)
> g_assert_nonnull(mkdtemp(test_share));
>
> args = g_strdup_printf("-fsdev local,id=fsdev0,security_model=none,path=%s "
> - "-device virtio-9p-pci,fsdev=fsdev0,mount_tag=qtest",
> - test_share);
> + "-device virtio-9p-pci,fsdev=fsdev0,mount_tag=%s",
> + test_share, mount_tag);
>
> qtest_start(args);
> g_free(args);
Maybe move this change to patch 1?
next prev parent reply other threads:[~2016-09-15 8:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-09 8:04 [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p Greg Kurz
2016-09-09 8:04 ` [Qemu-devel] [PATCH 1/3] tests: virtio-9p: introduce start/stop functions Greg Kurz
2016-09-09 8:04 ` [Qemu-devel] [PATCH 2/3] tests: virtio-9p: add basic configuration test Greg Kurz
2016-09-15 8:40 ` Cornelia Huck [this message]
2016-09-15 12:09 ` Greg Kurz
2016-09-09 8:04 ` [Qemu-devel] [PATCH 3/3] tests: virtio-9p: add basic transaction test Greg Kurz
2016-09-09 8:10 ` [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p no-reply
2016-09-15 7:45 ` Greg Kurz
2016-09-15 8:41 ` Cornelia Huck
2016-09-15 12:45 ` Greg Kurz
2016-09-15 13:04 ` Cornelia Huck
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=20160915104045.129c483e.cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=groug@kaod.org \
--cc=mst@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).