mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
54 lines
881 B
Markdown
54 lines
881 B
Markdown
---
|
|
layout: doc
|
|
title: qvm-pci
|
|
permalink: /doc/dom0-tools/qvm-pci/
|
|
redirect_from:
|
|
- /en/doc/dom0-tools/qvm-pci/
|
|
- /doc/Dom0Tools/QvmPci/
|
|
- /wiki/Dom0Tools/QvmPci/
|
|
---
|
|
|
|
qvm-pci
|
|
=======
|
|
|
|
NAME
|
|
----
|
|
|
|
qvm-pci - list/set VM PCI devices
|
|
|
|
Date
|
|
2012-04-11
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
qvm-pci -l [options] \<vm-name\>
|
|
qvm-pci -a [options] \<vm-name\> \<device\>
|
|
qvm-pci -d [options] \<vm-name\> \<device\>
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
-h, --help
|
|
Show this help message and exit
|
|
|
|
-l, --list
|
|
List VM PCI devices
|
|
|
|
-a, --add
|
|
Add a PCI device to specified VM
|
|
|
|
-C, --add-class
|
|
Add all devices of given class:
|
|
net - network interfaces, usb - USB controllers
|
|
|
|
-d, --delete
|
|
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\>
|