9eafa57539
The following list is bollocks. There were many, many more. Conflicts: core-modules/003QubesTemplateVm.py core-modules/005QubesNetVm.py core/qubes.py core/storage/__init__.py core/storage/xen.py doc/qvm-tools/qvm-pci.rst doc/qvm-tools/qvm-prefs.rst qubes/tools/qmemmand.py qvm-tools/qvm-create qvm-tools/qvm-prefs qvm-tools/qvm-start tests/__init__.py vm-config/xen-vm-template-hvm.xml This commit took 2 days (26-27.01.2016) and put our friendship to test. --Wojtek and Marek
43 lines
923 B
ReStructuredText
43 lines
923 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:: --add-class, -C
|
|
|
|
Add all devices of given class:
|
|
net - network interfaces
|
|
usb - USB controllers
|
|
|
|
.. 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>
|