qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Reduce down time during migration without shared storage
@ 2010-01-21 15:24 Liran Schour
  2010-01-21 15:24 ` [Qemu-devel] [PATCH v2 1/4] Remove unused code Liran Schour
  2010-01-25  9:28 ` [Qemu-devel] [PATCH v2 0/4] Reduce down time during migration without shared storage Pierre Riteau
  0 siblings, 2 replies; 9+ messages in thread
From: Liran Schour @ 2010-01-21 15:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Liran Schour

This series of patches reduce the down time of the guest during a migration
without shared storage. It does that by start transfer dirty blocks in the 
iterative phase. In the current code transferring of dirty blocks begins only 
during the full phase while the guest is suspended. Therefore the guest will 
be suspended linear to the amount of data that was written to disk during
migration.

Changes from v1: - infer storage performance by get_clock()
- remove dirty max iterations - user is responsible for migration convergence
- remove trailing whitespaces
- minor cleanups

 block-migration.c |  244 +++++++++++++++++++++++++++++++++++------------------
 block.c           |   20 ++++-
 block.h           |    1 +
 block_int.h       |    1 +
 4 files changed, 181 insertions(+), 85 deletions(-)

Signed-off-by: Liran Schour <lirans@il.ibm.com>

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

end of thread, other threads:[~2010-01-25  9:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-21 15:24 [Qemu-devel] [PATCH v2 0/4] Reduce down time during migration without shared storage Liran Schour
2010-01-21 15:24 ` [Qemu-devel] [PATCH v2 1/4] Remove unused code Liran Schour
2010-01-21 15:24   ` [Qemu-devel] [PATCH v2 2/4] Tranfer dirty blocks during iterative phase Liran Schour
2010-01-21 15:24     ` [Qemu-devel] [PATCH v2 3/4] Count dirty blocks and expose an API to get dirty count Liran Schour
2010-01-21 15:24       ` [Qemu-devel] [PATCH v2 4/4] Try not to exceed max downtime on stage3 Liran Schour
2010-01-21 18:03         ` Pierre Riteau
2010-01-25  8:57           ` Liran Schour
2010-01-25  9:16             ` Pierre Riteau
2010-01-25  9:28 ` [Qemu-devel] [PATCH v2 0/4] Reduce down time during migration without shared storage Pierre Riteau

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