[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/3] Migration on QEMU upstream
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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |