Skip to content

Commit

Permalink
Meta: Remove legacy hardware components from Q35 machine
Browse files Browse the repository at this point in the history
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 :^)
  • Loading branch information
supercomputer7 authored and awesomekling committed Aug 7, 2021
1 parent 08891e8 commit 02c72de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Meta/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 02c72de

Please sign in to comment.