All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] libxl: Enable save/restore/migration of a restricted QEMU
@ 2018-03-26 18:33 Anthony PERARD
  2018-03-26 18:33 ` [RFC 1/4] libxl: Learned to send FD through QMP to QEMU Anthony PERARD
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Anthony PERARD @ 2018-03-26 18:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Wei Liu, Ian Jackson

The first two patchs fix save of a VM with a restricted QEMU, and the later two
patchs try to fix the restore path, but it is still WIP.

Checkout the last patch comments for more information.

Anthony PERARD (4):
  libxl: Learned to send FD through QMP to QEMU
  libxl: Have QEMU save its state to a file descriptor
  libxl_qmp: Implement query-status command
  HACK libxl_exec: Check QEMU status via QMP instead of xenstore

 tools/libxl/libxl_dm.c       |  3 ++
 tools/libxl/libxl_exec.c     | 95 ++++++++++++++++++++++++++++++++++++++++----
 tools/libxl/libxl_internal.h | 17 ++++++++
 tools/libxl/libxl_qmp.c      | 95 ++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 199 insertions(+), 11 deletions(-)

-- 
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-04-16 16:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 18:33 [RFC 0/4] libxl: Enable save/restore/migration of a restricted QEMU Anthony PERARD
2018-03-26 18:33 ` [RFC 1/4] libxl: Learned to send FD through QMP to QEMU Anthony PERARD
2018-03-27 10:29   ` Ian Jackson
2018-03-27 10:58     ` George Dunlap
2018-03-27 11:49       ` Anthony PERARD
2018-04-16 16:11     ` Anthony PERARD
2018-03-26 18:33 ` [RFC 2/4] libxl: Have QEMU save its state to a file descriptor Anthony PERARD
2018-03-26 18:34 ` [RFC 3/4] libxl_qmp: Implement query-status command Anthony PERARD
2018-03-26 18:34 ` [RFC 4/4] HACK libxl_exec: Check QEMU status via QMP instead of xenstore Anthony PERARD
2018-03-27 10:36   ` Ian Jackson
2018-03-27 11:13     ` Anthony PERARD
2018-03-27 13:43       ` Ian Jackson
2018-03-27 14:20         ` Anthony PERARD
2018-03-27 14:48           ` Ian Jackson
2018-03-27 17:58             ` Anthony PERARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.