mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
Meta: Run QEMU with QMP socket
This allows external connections to the QEMU monitor via QMP.
This commit is contained in:
parent
259cca456f
commit
ecccd511fa
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ if [ -z "$SERENITY_MACHINE" ]; then
|
||||||
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
||||||
-device ich9-ahci,bus=bridge3
|
-device ich9-ahci,bus=bridge3
|
||||||
-chardev stdio,id=stdout,mux=on
|
-chardev stdio,id=stdout,mux=on
|
||||||
|
-qmp unix:qmp-sock,server,nowait
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue