Browse Source

doc: add info about specific qvm-device cases

The tool can be called also as qvm-DEVICE_CLASS, for example qvm-block
or qvm-pci.
Marek Marczykowski-Górecki 6 years ago
parent
commit
3fcae995df
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doc/manpages/qvm-device.rst

+ 4 - 0
doc/manpages/qvm-device.rst

@@ -9,6 +9,10 @@ Synopsis
 | :command:`qvm-device` [*options*] *DEVICE_CLASS* {list,ls,l} <*vm-name*>
 | :command:`qvm-device` [*options*] *DEVICE_CLASS* {attach,at,a} <*vm-name*> <*device*>
 | :command:`qvm-device` [*options*] *DEVICE_CLASS* {detach,dt,d} <*vm-name*> <*device*>
+| :command:`qvm-*DEVICE_CLASS*` [*options*] {list,ls,l,attach,at,a,detach,dt,d} <*vmname*> ...
+
+Tool can be called either as `qvm-device *DEVICE_CLASS* ...`, or
+`qvm-*DEVICE_CLASS* ...`. The latter is used for `qvm-pci`, `qvm-block` etc.
 
 Options
 =======