mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Make i440fx QEMU machine PCI hierarchy a bit more complex
Let's help our future selves by ensuring we have proper support for secondary PCI buses always.
This commit is contained in:
parent
07474b4349
commit
f27e75ac0c
Notes:
sideshowbarker
2024-07-18 17:37:26 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/f27e75ac0cd Pull-request: https://github.com/SerenityOS/serenity/pull/7340 Issue: https://github.com/SerenityOS/serenity/issues/7334 Reviewed-by: https://github.com/bgianfo Reviewed-by: https://github.com/boricj
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,6 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-smp 2
|
||||
-device VGA,vgamem_mb=64
|
||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
||||
-device ich9-ahci
|
||||
-usb
|
||||
-device virtio-serial
|
||||
-chardev stdio,id=stdout,mux=on
|
||||
|
@ -60,6 +59,10 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device virtio-rng-pci
|
||||
-soundhw pcspk
|
||||
-device sb16
|
||||
-device pci-bridge,chassis_nr=1,id=bridge1 -device e1000,bus=bridge1
|
||||
-device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2
|
||||
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
||||
-device ich9-ahci,bus=bridge3
|
||||
"
|
||||
|
||||
[ -z "$SERENITY_COMMON_QEMU_Q35_ARGS" ] && SERENITY_COMMON_QEMU_Q35_ARGS="
|
||||
|
|
Loading…
Reference in a new issue