소스 검색

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