1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00
This commit is contained in:
Winston Hoy 2021-02-23 12:11:58 -05:00 committed by GitHub
commit 9efa098740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,6 @@ You will need to attach the cards using the BDF IDs for the audio and video cont
```
-vga none \
-device pcie-root-port,bus=pcie.0,multifunction=on,port=1,chassis=1,id=port.1 \
-device vfio-pci,host=26:00.0,bus=port.1,multifunction=on,romfile=/path/to/card.rom \
-device vfio-pci,host=26:00.0,bus=port.1,multifunction=on,x-vga=on,romfile=/path/to/card.rom \
-device vfio-pci,host=26:00.1,bus=port.1 \
```