diff options
Diffstat (limited to 'test-machine')
-rwxr-xr-x | test-machine | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test-machine b/test-machine index cdd6001..597d83c 100755 --- a/test-machine +++ b/test-machine @@ -77,11 +77,13 @@ fi -usb \ -device usb-tablet \ \ - -chardev stdio,id=qmp \ - -mon chardev=qmp,mode=control,pretty=on \ + -monitor stdio \ \ -boot c "$@" + #-chardev stdio,id=qmp \ + #-mon chardev=qmp,mode=control,pretty=on \ + # -chardev socket,id=mon,path=/tmp/test-machine-sock,server,nowait \ # -mon chardev=mon,mode=readline \ |