Hi, On a qemu instance started with a qmp unix socket:
-qmp unix:/tmp/ctrl.sock,server,nowait I am trying to have multiple clients working on that socket but although the qmp server seems to accept the connections, only the first connected client gets his request processed. The next client requests will just hang until the first one exits. Is that an intended behaviour ? Thanks in advance for your answers. Cheers, Samuel.