1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2025-02-17 05:25:02 +01:00

add x-vga to vfio-pic device definition

fixes AMD FirePro W7000 crash
This commit is contained in:
Winston Hoy 2021-02-23 12:11:34 -05:00 committed by GitHub
parent 527588d5a2
commit 576573b79b
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 \
```