qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1581976] [NEW] man qemu contains a bug in description of "-virtfs" command line argument
@ 2016-05-15 15:24 VsyachePuz
  2016-05-15 15:52 ` [Qemu-devel] [Bug 1581976] " VsyachePuz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: VsyachePuz @ 2016-05-15 15:24 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The description of command line argument looks like this:

 -virtfs
       fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]


note, that there is no "id" attribute in the list of parameters.

later on the man there the "id" attribute is documented, as it were
present:

           id=id
               Specifies identifier for this device

i think that it was copied from above section (about "-fsdev") without
reviewing.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1581976

Title:
  man qemu contains a bug in description of "-virtfs" command line
  argument

Status in QEMU:
  New

Bug description:
  The description of command line argument looks like this:

   -virtfs
         fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]

  
  note, that there is no "id" attribute in the list of parameters.

  later on the man there the "id" attribute is documented, as it were
  present:

             id=id
                 Specifies identifier for this device

  i think that it was copied from above section (about "-fsdev") without
  reviewing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1581976/+subscriptions

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

* [Qemu-devel] [Bug 1581976] Re: man qemu contains a bug in description of "-virtfs" command line argument
  2016-05-15 15:24 [Qemu-devel] [Bug 1581976] [NEW] man qemu contains a bug in description of "-virtfs" command line argument VsyachePuz
@ 2016-05-15 15:52 ` VsyachePuz
  2019-05-20 14:52 ` Greg Kurz
  2019-08-16  4:49 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: VsyachePuz @ 2016-05-15 15:52 UTC (permalink / raw)
  To: qemu-devel

** Description changed:

- The description of command line argument looks like this:
+ The description of command line argument 
+ https://github.com/qemu/qemu/blob/63d3145aadbecaa7e8be1e74b5d6b5cbbeb4e153/qemu-options.hx#L796-L799
+ looks like this:
  
-  -virtfs
-        fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]
- 
+  -virtfs
+        fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]
  
  note, that there is no "id" attribute in the list of parameters.
  
  later on the man there the "id" attribute is documented, as it were
  present:
  
-            id=id
-                Specifies identifier for this device
+            id=id
+                Specifies identifier for this device
  
  i think that it was copied from above section (about "-fsdev") without
  reviewing.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1581976

Title:
  man qemu contains a bug in description of "-virtfs" command line
  argument

Status in QEMU:
  New

Bug description:
  The description of command line argument 
  https://github.com/qemu/qemu/blob/63d3145aadbecaa7e8be1e74b5d6b5cbbeb4e153/qemu-options.hx#L796-L799
  looks like this:

   -virtfs
         fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]

  note, that there is no "id" attribute in the list of parameters.

  later on the man there the "id" attribute is documented, as it were
  present:

             id=id
                 Specifies identifier for this device

  i think that it was copied from above section (about "-fsdev") without
  reviewing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1581976/+subscriptions

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

* [Qemu-devel] [Bug 1581976] Re: man qemu contains a bug in description of "-virtfs" command line argument
  2016-05-15 15:24 [Qemu-devel] [Bug 1581976] [NEW] man qemu contains a bug in description of "-virtfs" command line argument VsyachePuz
  2016-05-15 15:52 ` [Qemu-devel] [Bug 1581976] " VsyachePuz
@ 2019-05-20 14:52 ` Greg Kurz
  2019-08-16  4:49 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Kurz @ 2019-05-20 14:52 UTC (permalink / raw)
  To: qemu-devel

Fixed by the following commit:

https://github.com/qemu/qemu/commit/b44a6b09705e9e8a3005229b58de36d176020548


** Changed in: qemu
     Assignee: (unassigned) => Greg Kurz (gkurz)

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1581976

Title:
  man qemu contains a bug in description of "-virtfs" command line
  argument

Status in QEMU:
  Fix Committed

Bug description:
  The description of command line argument 
  https://github.com/qemu/qemu/blob/63d3145aadbecaa7e8be1e74b5d6b5cbbeb4e153/qemu-options.hx#L796-L799
  looks like this:

   -virtfs
         fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]

  note, that there is no "id" attribute in the list of parameters.

  later on the man there the "id" attribute is documented, as it were
  present:

             id=id
                 Specifies identifier for this device

  i think that it was copied from above section (about "-fsdev") without
  reviewing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1581976/+subscriptions


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

* [Qemu-devel] [Bug 1581976] Re: man qemu contains a bug in description of "-virtfs" command line argument
  2016-05-15 15:24 [Qemu-devel] [Bug 1581976] [NEW] man qemu contains a bug in description of "-virtfs" command line argument VsyachePuz
  2016-05-15 15:52 ` [Qemu-devel] [Bug 1581976] " VsyachePuz
  2019-05-20 14:52 ` Greg Kurz
@ 2019-08-16  4:49 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2019-08-16  4:49 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1581976

Title:
  man qemu contains a bug in description of "-virtfs" command line
  argument

Status in QEMU:
  Fix Released

Bug description:
  The description of command line argument 
  https://github.com/qemu/qemu/blob/63d3145aadbecaa7e8be1e74b5d6b5cbbeb4e153/qemu-options.hx#L796-L799
  looks like this:

   -virtfs
         fsdriver[,path=path],mount_tag=mount_tag[,security_model=security_model][,writeout=writeout][,readonly][,socket=socket|sock_fd=sock_fd]

  note, that there is no "id" attribute in the list of parameters.

  later on the man there the "id" attribute is documented, as it were
  present:

             id=id
                 Specifies identifier for this device

  i think that it was copied from above section (about "-fsdev") without
  reviewing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1581976/+subscriptions


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

end of thread, other threads:[~2019-08-16  5:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-15 15:24 [Qemu-devel] [Bug 1581976] [NEW] man qemu contains a bug in description of "-virtfs" command line argument VsyachePuz
2016-05-15 15:52 ` [Qemu-devel] [Bug 1581976] " VsyachePuz
2019-05-20 14:52 ` Greg Kurz
2019-08-16  4:49 ` Thomas Huth

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).