Re: [Xen-devel] [PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*

2018-06-01 Thread Anthony PERARD
On Fri, Jun 01, 2018 at 03:36:49PM +0100, Anthony PERARD wrote: > The real meat in this patch series start with patch > "libxl_qmp_ev: Introduce libxl__ev_qmp_start() to connect to QMP" > which implement libxl__ev_qmp_* functions to turn the QMP client into > asynchronous mode. > > This comes

[Xen-devel] [PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*

2018-06-01 Thread Anthony PERARD
The real meat in this patch series start with patch "libxl_qmp_ev: Introduce libxl__ev_qmp_start() to connect to QMP" which implement libxl__ev_qmp_* functions to turn the QMP client into asynchronous mode. This comes with two examples on how to use it: * "libxl_disk: Have libxl_cdrom_insert use