37 lines
794 B
ReStructuredText
37 lines
794 B
ReStructuredText
.. program:: qvm-pci
|
|
|
|
=============================================
|
|
:program:`qvm-pci` -- List/set VM PCI devices
|
|
=============================================
|
|
|
|
Synopsis
|
|
========
|
|
| :command:`qvm-pci` [*options*] -l <*vm-name*>
|
|
| :command:`qvm-pci` [*options*] -a <*vm-name*> <*device*>
|
|
| :command:`qvm-pci` [*options*] -d <*vm-name*> <*device*>
|
|
|
|
Options
|
|
=======
|
|
|
|
.. option:: --help, -h
|
|
|
|
Show this help message and exit
|
|
|
|
.. option:: --list, -l
|
|
|
|
List VM PCI devices
|
|
|
|
.. option:: --add, -a
|
|
|
|
Add a PCI device to specified VM
|
|
|
|
.. option:: --delete, -d
|
|
|
|
Remove a PCI device from specified VM
|
|
|
|
Authors
|
|
=======
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|