Meta: Use VMWare SVGA adapter if running QEMU Q35 machine
This let us test the VMWare SVGA adapter easily. We already use the std vga (which is compatible with bochs-display that only lacks VGA support) on the i440FX QEMU machine so we keep testing it there too, and on the Q35 machine we use a bochs-display device as secondary display.
This commit is contained in:
parent
340773ddb7
commit
c246d86867
Notes:
sideshowbarker
2024-07-17 11:14:34 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/c246d86867 Pull-request: https://github.com/SerenityOS/serenity/pull/13921 Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-d guest_errors
|
||||
-smp $SERENITY_CPUS
|
||||
-vga none
|
||||
-device bochs-display
|
||||
-device vmware-svga
|
||||
-device ich9-usb-ehci1,bus=pcie.0,multifunction=on,addr=0x5.0x0
|
||||
-device ich9-usb-ehci2,bus=pcie.0,addr=0x5.0x2
|
||||
-device ich9-usb-uhci1,bus=pcie.0,multifunction=on,addr=0x7.0x0
|
||||
|
@ -364,8 +364,8 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device pcie-root-port,port=0x15,chassis=6,id=pcie.6,bus=pcie.0,addr=0x6.0x5
|
||||
-device pcie-root-port,port=0x16,chassis=7,id=pcie.7,bus=pcie.0,addr=0x6.0x6
|
||||
-device pcie-root-port,port=0x17,chassis=8,id=pcie.8,bus=pcie.0,addr=0x6.0x7
|
||||
-device bochs-display,bus=pcie.6,addr=0x10.0x0
|
||||
-device ich9-intel-hda,bus=pcie.2,addr=0x03.0x0
|
||||
-device bochs-display
|
||||
-device nec-usb-xhci,bus=pcie.2,addr=0x11.0x0
|
||||
-device pci-bridge,chassis_nr=1,id=bridge1,bus=pcie.4,addr=0x3.0x0
|
||||
-device sdhci-pci,bus=bridge1,addr=0x1.0x0
|
||||
|
|
Loading…
Add table
Reference in a new issue