qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Asynchronous tcp incoming migration.
@ 2010-06-03  7:22 Yoshiaki Tamura
  2010-06-03  7:22 ` [Qemu-devel] [PATCH 1/4] savevm: refactor qemu_loadvm_state() Yoshiaki Tamura
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yoshiaki Tamura @ 2010-06-03  7:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, Yoshiaki Tamura

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(-)

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

end of thread, other threads:[~2010-06-16  7:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-03  7:22 [Qemu-devel] [PATCH 0/4] Asynchronous tcp incoming migration Yoshiaki Tamura
2010-06-03  7:22 ` [Qemu-devel] [PATCH 1/4] savevm: refactor qemu_loadvm_state() Yoshiaki Tamura
2010-06-14 21:10   ` Anthony Liguori
2010-06-15  2:01     ` Yoshiaki Tamura
2010-06-15 13:57       ` Anthony Liguori
2010-06-16  7:46         ` Yoshiaki Tamura
2010-06-03  7:22 ` [Qemu-devel] [PATCH 2/4] migration-tcp: add support for asynchronous incoming migration Yoshiaki Tamura
2010-06-03  7:22 ` [Qemu-devel] [PATCH 3/4] arch_init: calculate transferred bytes at ram_load() Yoshiaki Tamura
2010-06-03  7:22 ` [Qemu-devel] [PATCH 4/4] migration: add support to print migration info on incoming side Yoshiaki Tamura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).