core-admin/doc/manpages/qvm-pci.rst

43 lines
923 B
ReStructuredText
Raw Normal View History

2014-11-21 12:30:23 +01:00
.. program:: qvm-pci
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
=============================================
:program:`qvm-pci` -- List/set VM PCI devices
=============================================
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
Synopsis
2013-03-12 16:55:05 +01:00
========
2014-11-28 18:37:17 +01:00
| :command:`qvm-pci` [*options*] -l <*vm-name*>
| :command:`qvm-pci` [*options*] -a <*vm-name*> <*device*>
| :command:`qvm-pci` [*options*] -d <*vm-name*> <*device*>
2015-01-26 17:17:48 +01:00
2014-11-21 12:30:23 +01:00
Options
2013-03-12 16:55:05 +01:00
=======
2014-11-21 12:30:23 +01:00
.. option:: --help, -h
2013-03-12 16:55:05 +01:00
Show this help message and exit
2014-11-21 12:30:23 +01:00
.. option:: --list, -l
2015-01-26 17:17:48 +01:00
List VM PCI devices
2014-11-21 12:30:23 +01:00
.. option:: --add, -a
2013-03-12 16:55:05 +01:00
Add a PCI device to specified VM
2014-11-21 12:30:23 +01:00
.. option:: --add-class, -C
Add all devices of given class:
net - network interfaces
usb - USB controllers
2014-11-21 12:30:23 +01:00
.. option:: --delete, -d
2013-03-12 16:55:05 +01:00
Remove a PCI device from specified VM
2014-11-21 12:30:23 +01:00
Authors
2013-03-12 16:55:05 +01:00
=======
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
| Marek Marczykowski <marmarek at invisiblethingslab dot com>