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:
parent
c56cbf8027
commit
94e39308e3
Notes:
sideshowbarker
2024-07-17 07:33:03 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/94e39308e3 Pull-request: https://github.com/SerenityOS/serenity/pull/15097 Issue: https://github.com/SerenityOS/serenity/issues/15095
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue