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.
This commit is contained in:
Marek Marczykowski-Górecki 2018-01-11 02:06:58 +01:00
parent 626c764459
commit 3fcae995df
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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
=======