mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Meta: Remove legacy hardware components from Q35 machine
As this is a test machine I use personally to test "modern" hardware setups, it feels quite comfortable to not care too much about VGA with this type of machine. Also, we don't actively use the IDE controller on this machine type, so let's just remove it :^)
This commit is contained in:
parent
08891e82a5
commit
02c72de090
Notes:
sideshowbarker
2024-07-18 07:19:55 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/02c72de0900 Pull-request: https://github.com/SerenityOS/serenity/pull/9233
1 changed files with 2 additions and 4 deletions
|
@ -219,7 +219,8 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-machine q35
|
||||
-d guest_errors
|
||||
-smp 2
|
||||
-device secondary-vga
|
||||
-vga none
|
||||
-device bochs-display
|
||||
-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
|
||||
|
@ -242,8 +243,6 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device pci-bridge,chassis_nr=1,id=bridge1,bus=pcie.4,addr=0x3.0x0
|
||||
-device sdhci-pci,bus=bridge1,addr=0x1.0x0
|
||||
-display $SERENITY_QEMU_DISPLAY_BACKEND
|
||||
-device $SERENITY_QEMU_DISPLAY_DEVICE
|
||||
-device piix3-ide
|
||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,id=disk,if=none
|
||||
-device ahci,id=ahci
|
||||
-device ide-hd,bus=ahci.0,drive=disk,unit=0
|
||||
|
@ -254,7 +253,6 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device virtio-rng-pci
|
||||
$SERENITY_AUDIO_BACKEND
|
||||
$SERENITY_AUDIO_HW
|
||||
-device sb16
|
||||
"
|
||||
|
||||
export SDL_VIDEO_X11_DGAMOUSE=0
|
||||
|
|
Loading…
Add table
Reference in a new issue