summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-09-01 21:51:20 +0300
committerLinus Groh <mail@linusgroh.de>2022-09-02 23:36:08 +0100
commit94e39308e34c952708ed5c43d49c00dc7702d96d (patch)
tree8d5f8f1b36760293fd50e9d9e7c65654701d8d3e
parentc56cbf8027ee3b331049c31c5e01dcde0e72d020 (diff)
downloadserenity-94e39308e34c952708ed5c43d49c00dc7702d96d.zip
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.
-rwxr-xr-xMeta/run.sh1
1 files changed, 0 insertions, 1 deletions
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