From 94e39308e34c952708ed5c43d49c00dc7702d96d Mon Sep 17 00:00:00 2001 From: Liav A Date: Thu, 1 Sep 2022 21:51:20 +0300 Subject: [PATCH] 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. --- Meta/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index 62080175f9..4d40ab10b0 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -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