qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] Asynchronous tcp incoming migration.


From: Yoshiaki Tamura
Subject: [Qemu-devel] [PATCH 0/4] Asynchronous tcp incoming migration.
Date: Thu, 3 Jun 2010 16:22:23 +0900

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

[Prev in Thread] Current Thread [Next in Thread]