diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-03 16:46:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-03 16:46:23 +0200 |
commit | e2cd8cb2e645b8775253f73df92e484e19a56427 (patch) | |
tree | e220cbe6110ebbb4fa433dec79fd13cc292798f5 | |
parent | aa47e92291e85e7d2909e2c0d9083d607f501cc8 (diff) |
Get rid of deprecated QEMU option style
-rw-r--r-- | bbot/agent/machine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx index e7f549d..911d65b 100644 --- a/bbot/agent/machine.cxx +++ b/bbot/agent/machine.cxx @@ -430,7 +430,7 @@ namespace bbot // Monitor. // - "-chardev", "socket,id=mon,path=" + monitor.string () + ",server,nowait", + "-chardev", "socket,id=mon,path=" + monitor.string () + ",server=on,wait=off", "-mon", "chardev=mon,mode=readline"); qmp_out.close (); |