From: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] [trivial] fix "-virtfs ?" help to match reality
Date: Tue, 26 Apr 2011 07:33:38 -0700 [thread overview]
Message-ID: <4DB6D7C2.9080801@linux.vnet.ibm.com> (raw)
In-Reply-To: <20110426131753.094CB13393@gandalf.tls.msk.ru>
On 04/26/2011 06:15 AM, Michael Tokarev wrote:
> The correct option is mount_tag, while helpt text says mnt_tag.
> Addresses Debian #623858.
>
> Signed-off-by: Michael Tokarev<mjt@tls.msk.ru>
Reviewed-by: Venkateswararao Jujjuri(JV) <jvrao@linux.vnet.ibm.com>
> ---
> vl.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/vl.c b/vl.c
> index 68c3b53..d141a16 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -2468,7 +2468,7 @@ int main(int argc, char **argv, char **envp)
> qemu_opt_get(opts, "security_model") == NULL) {
> fprintf(stderr, "Usage: -virtfs fstype,path=/share_path/,"
> "security_model=[mapped|passthrough|none],"
> - "mnt_tag=tag.\n");
> + "mount_tag=tag.\n");
> exit(1);
> }
>
prev parent reply other threads:[~2011-04-26 14:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-26 13:15 [Qemu-devel] [PATCH] [trivial] fix "-virtfs ?" help to match reality Michael Tokarev
2011-04-26 14:33 ` Venkateswararao Jujjuri [this message]
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=4DB6D7C2.9080801@linux.vnet.ibm.com \
--to=jvrao@linux.vnet.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.