Meta: Remove an unnecessary instance of AHCI controller in the Q35 setup

We don't need this AHCI controller to be present as we already have one
in the Q35 machine. This will help using the correct boot device in GRUB
setups later on.
This commit is contained in:
Liav A 2022-09-01 21:51:20 +03:00 committed by Linus Groh
parent c56cbf8027
commit 94e39308e3
Notes: sideshowbarker 2024-07-17 07:33:03 +09:00

View file

@ -374,7 +374,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 ahci,id=ahci
-device virtio-serial
-chardev stdio,id=stdout,mux=on
-device virtconsole,chardev=stdout