瀏覽代碼

Meta: Run QEMU with QMP socket

This allows external connections to the QEMU monitor via QMP.
Andreas Kling 3 年之前
父節點
當前提交
ecccd511fa
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Meta/run.sh

+ 1 - 0
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