diff options
author | Andreas Kling <kling@serenityos.org> | 2021-12-11 19:07:47 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-11 20:13:36 +0100 |
commit | ecccd511fac7662f9ab9bf499cbe0c2be49b2440 (patch) | |
tree | b3ad8afc8611dd3d60788c3d2125d7b48896e88d /Meta | |
parent | 259cca456f1e60e28cbcad8dbf3b7f2858d8164b (diff) | |
download | serenity-ecccd511fac7662f9ab9bf499cbe0c2be49b2440.zip |
Meta: Run QEMU with QMP socket
This allows external connections to the QEMU monitor via QMP.
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index e5bf93565d..444a7b4b03 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -213,6 +213,7 @@ if [ -z "$SERENITY_MACHINE" ]; then -device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3 -device ich9-ahci,bus=bridge3 -chardev stdio,id=stdout,mux=on + -qmp unix:qmp-sock,server,nowait " fi fi |