From ecccd511fac7662f9ab9bf499cbe0c2be49b2440 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 11 Dec 2021 19:07:47 +0100 Subject: [PATCH] Meta: Run QEMU with QMP socket This allows external connections to the QEMU monitor via QMP. --- Meta/run.sh | 1 + 1 file changed, 1 insertion(+) 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