Re: [libvirt PATCH 07/11] qemu: start/stop an event thread for QMP probing

2020-02-14 Thread Daniel P . Berrangé
On Fri, Feb 14, 2020 at 02:03:59PM +0100, Ján Tomko wrote: > On Fri, Feb 14, 2020 at 12:52:05PM +, Daniel P. Berrangé wrote: > > In common with regular QEMU guests, the QMP probing > > will need an event loop for handling monitor I/O > > operations. > > > > Signed-off-by: Daniel P. Berrangé

Re: [libvirt PATCH 07/11] qemu: start/stop an event thread for QMP probing

2020-02-14 Thread Ján Tomko
On Fri, Feb 14, 2020 at 12:52:05PM +, Daniel P. Berrangé wrote: In common with regular QEMU guests, the QMP probing will need an event loop for handling monitor I/O operations. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_process.c | 16 src/qemu/qemu_process.h | 2

[libvirt PATCH 07/11] qemu: start/stop an event thread for QMP probing

2020-02-14 Thread Daniel P . Berrangé
In common with regular QEMU guests, the QMP probing will need an event loop for handling monitor I/O operations. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_process.c | 16 src/qemu/qemu_process.h | 2 ++ 2 files changed, 18 insertions(+) diff --git