Hi,

This series add asynchronous tcp incoming migration.  Currently, tcp
migration on incoming side is blocked when outgoing has started on the
remote side, and you can't do anything.  With this series you can get
info of incoming migration by calling "info migrate" like on outgoing
side.

This series is based on discussion below.

http://permalink.gmane.org/gmane.comp.emulators.qemu/72401

Yoshiaki Tamura (4):
  savevm: refactor qemu_loadvm_state().
  migration-tcp: add support for asynchronous incoming migration.
  arch_init: calculate transferred bytes at ram_load().
  migration: add support to print migration info on incoming side.

 arch_init.c     |    6 ++-
 migration-tcp.c |  112 +++++++++++++++++++++---------
 migration.c     |   18 ++++-
 migration.h     |    2 +-
 savevm.c        |  205 +++++++++++++++++++++++++++++++++++++-----------------
 sysemu.h        |    2 +
 6 files changed, 242 insertions(+), 103 deletions(-)


Reply via email to