mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-06 16:55:05 -04:00
AssigningDevices changed
qvm-pci args order
This commit is contained in:
parent
da1ab641b5
commit
6506a7ac40
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ lspci
|
|||
Find the BDF address of the device you want to assign, and then:
|
||||
|
||||
``` {.wiki}
|
||||
qvm-pci -a <bdf> <vmname>
|
||||
qvm-pci -a <vmname> <bdf>
|
||||
```
|
||||
|
||||
E.g. assuming 00:1a.0 is a BDF of the device I want to assign to "personal" domain:
|
||||
|
||||
``` {.wiki}
|
||||
qvm-pci -a 00:1a.0 personal
|
||||
qvm-pci -a personal 00:1a.0
|
||||
```
|
||||
|
||||
Note that one can only assign full PCI or PCI Express devices. This means one cannot assign single USB devices -- only the whole USB controller with whatever USB devices connected to it. This limit is imposed by PC and VT-d architecture.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue