qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Threaded tcp incoming migration.
@ 2010-06-01 15:40 Yoshiaki Tamura
  2010-06-01 15:40 ` [Qemu-devel] [PATCH 1/4] qemu-thread: add qemu_thread_join() Yoshiaki Tamura
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Yoshiaki Tamura @ 2010-06-01 15:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, Yoshiaki Tamura

Hi,

This series add threaded 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.  Threaded tcp incoming migration
is enable only when --enable-io-thread is set.

This series apply on top of patch from Corentin posted on May 29.

http://www.mail-archive.com/qemu-devel@nongnu.org/msg33830.html

Yoshiaki Tamura (4):
  qemu-thread: add qemu_thread_join().
  migration-tcp: threaded tcp incoming migration.
  arch_init: calculate transferred bytes at ram_load().
  migration: add support to print migration info on incoming side.

 arch_init.c     |    2 +
 migration-tcp.c |   86 ++++++++++++++++++++++++++++++++++++++++++++++---------
 migration.c     |   18 +++++++++--
 migration.h     |    2 +-
 qemu-thread.c   |    9 ++++++
 qemu-thread.h   |    1 +
 6 files changed, 99 insertions(+), 19 deletions(-)

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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 15:40 [Qemu-devel] [PATCH 0/4] Threaded tcp incoming migration Yoshiaki Tamura
2010-06-01 15:40 ` [Qemu-devel] [PATCH 1/4] qemu-thread: add qemu_thread_join() Yoshiaki Tamura
2010-06-01 15:40 ` [Qemu-devel] [PATCH 2/4] migration-tcp: threaded tcp incoming migration Yoshiaki Tamura
2010-06-01 16:01   ` [Qemu-devel] " Anthony Liguori
2010-06-01 16:23     ` Yoshiaki Tamura
2010-06-01 16:28       ` Anthony Liguori
2010-06-01 16:46         ` Yoshiaki Tamura
2010-06-01 15:40 ` [Qemu-devel] [PATCH 3/4] arch_init: calculate transferred bytes at ram_load() Yoshiaki Tamura
2010-06-01 15:40 ` [Qemu-devel] [PATCH 4/4] migration: add support to print migration info on incoming side Yoshiaki Tamura
2010-06-01 15:58 ` [Qemu-devel] Re: [PATCH 0/4] Threaded tcp incoming migration Anthony Liguori
2010-06-01 16:18   ` Yoshiaki Tamura
2010-06-01 16:22     ` Anthony Liguori
2010-06-01 16:44       ` 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).