All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Migration on QEMU upstream
@ 2011-11-23 17:40 Anthony PERARD
  2011-11-23 17:40 ` [PATCH 1/3] libxl_qmp: Cut qmp_send function Anthony PERARD
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Anthony PERARD @ 2011-11-23 17:40 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini

Hi all,

This patch series introduce migration with QEMU upstream.

A patch series for QEMU will be sent later meant to "fix" the default behavior
of QEMU during save/restore.

There is two new QMP commands implemented:
  - getfd: This give a file descriptor to QEMU through the unix socket.
  - migration: This ask QEMU to save its states in a fd previously sent.

In order to call "getfd", an alternative qmp_send have been implemented in
libxl.

Regards,


Anthony PERARD (3):
  libxl_qmp: Cut qmp_send function.
  libxl_qmp: Command migrate.
  libxl: Introduce migrate with the new QEMU.

 tools/libxl/libxl_dm.c       |    6 +-
 tools/libxl/libxl_dom.c      |   28 +++++++-
 tools/libxl/libxl_internal.h |    2 +
 tools/libxl/libxl_qmp.c      |  161 +++++++++++++++++++++++++++++++++++++----
 4 files changed, 176 insertions(+), 21 deletions(-)

-- 
Anthony PERARD

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

end of thread, other threads:[~2011-12-21  9:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 17:40 [PATCH 0/3] Migration on QEMU upstream Anthony PERARD
2011-11-23 17:40 ` [PATCH 1/3] libxl_qmp: Cut qmp_send function Anthony PERARD
2011-11-23 17:40 ` [PATCH 2/3] libxl_qmp: Command migrate Anthony PERARD
2011-11-23 17:40 ` [PATCH 3/3] libxl: Introduce migrate with the new QEMU Anthony PERARD
2011-12-05 18:16   ` Olaf Hering
2011-12-21  8:48     ` Ian Campbell
2011-12-21  9:04       ` Anthony PERARD
2011-11-24  9:22 ` [PATCH 0/3] Migration on QEMU upstream Ian Campbell
2011-11-24 12:09   ` Anthony PERARD
2011-11-24 12:18     ` Ian Campbell
2011-12-01 18:10 ` Ian Jackson

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.