mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +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
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,6 @@ $SERENITY_EXTRA_QEMU_ARGS
|
||||||
-smp 2
|
-smp 2
|
||||||
-device VGA,vgamem_mb=64
|
-device VGA,vgamem_mb=64
|
||||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
||||||
-device ich9-ahci
|
|
||||||
-usb
|
-usb
|
||||||
-device virtio-serial
|
-device virtio-serial
|
||||||
-chardev stdio,id=stdout,mux=on
|
-chardev stdio,id=stdout,mux=on
|
||||||
|
@ -60,6 +59,10 @@ $SERENITY_EXTRA_QEMU_ARGS
|
||||||
-device virtio-rng-pci
|
-device virtio-rng-pci
|
||||||
-soundhw pcspk
|
-soundhw pcspk
|
||||||
-device sb16
|
-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="
|
[ -z "$SERENITY_COMMON_QEMU_Q35_ARGS" ] && SERENITY_COMMON_QEMU_Q35_ARGS="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue