From e2cd8cb2e645b8775253f73df92e484e19a56427 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Oct 2022 16:46:23 +0200 Subject: Get rid of deprecated QEMU option style --- bbot/agent/machine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- cgit v1.1