Re: [Qemu-devel] [PATCH 5/5] QMP: add server mode to QEMUMonitorProtocol

2011-06-02 Thread Daniel P. Berrange
On Thu, Jun 02, 2011 at 12:19:22PM +1000, Brad Hards wrote: > On Thu, 2 Jun 2011 01:54:05 AM Luiz Capitulino wrote: > > QEMU supports socket chardevs that establish connections like a server > > or a client. > Is this protocol documented anywhere? There are docs for the QMP monitor in the QMP/ su

Re: [Qemu-devel] [PATCH 5/5] QMP: add server mode to QEMUMonitorProtocol

2011-06-01 Thread Brad Hards
On Thu, 2 Jun 2011 01:54:05 AM Luiz Capitulino wrote: > QEMU supports socket chardevs that establish connections like a server > or a client. Is this protocol documented anywhere? Brad

[Qemu-devel] [PATCH 5/5] QMP: add server mode to QEMUMonitorProtocol

2011-06-01 Thread Luiz Capitulino
From: Stefan Hajnoczi QEMU supports socket chardevs that establish connections like a server or a client. The QEMUMonitorProtocol class only supports connecting as a client. It is not possible to connect race-free when launching QEMU since trying to connect before QEMU has bound and is listenin