qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] [trivial] fix "-virtfs ?" help to match reality
@ 2011-04-26 13:15 Michael Tokarev
  2011-04-26 14:33 ` Venkateswararao Jujjuri
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2011-04-26 13:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: mjt

The correct option is mount_tag, while helpt text says mnt_tag.
Addresses Debian #623858.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 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);
                 }
 
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] [trivial] fix "-virtfs ?" help to match reality
  2011-04-26 13:15 [Qemu-devel] [PATCH] [trivial] fix "-virtfs ?" help to match reality Michael Tokarev
@ 2011-04-26 14:33 ` Venkateswararao Jujjuri
  0 siblings, 0 replies; 2+ messages in thread
From: Venkateswararao Jujjuri @ 2011-04-26 14:33 UTC (permalink / raw)
  To: qemu-devel

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);
>                   }
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-26 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).