Re: [Xen-devel] [PATCH v3 24/31] libxl_qmp_ev: Respond to QMP greeting

2018-06-27 Thread Ian Jackson
Anthony PERARD writes ("[PATCH v3 24/31] libxl_qmp_ev: Respond to QMP greeting"): > Slight change in the infrastructure to allow to send a buffer before any > command that would already been prepared. I'm inclined to think that this would be better done as part of the "connect to qmp" state

[Xen-devel] [PATCH v3 24/31] libxl_qmp_ev: Respond to QMP greeting

2018-06-01 Thread Anthony PERARD
Slight change in the infrastructure to allow to send a buffer before any command that would already been prepared. qmp_capabilities needs to be the first command sent. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_qmp.c | 87 ++--- 1 file changed, 82