Statistics
| Branch: | Revision:

root / block-migration.c @ a55eb92c

History | View | Annotate | Download (14.3 kB)

# Date Author Comment
a55eb92c 12/03/2009 06:48 pm Jan Kiszka

block migration: Fix coding style and whitespaces

No functional changes.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

50035d3d 11/17/2009 11:00 pm Blue Swirl

Fix mingw32 build

Signed-off-by: Blue Swirl <>

c163b5ca 11/17/2009 04:49 pm lirans@il.ibm.com

Block live migration

This patch introduces block migration called during live migration. Block
are being copied to the destination in an async way. First the code will
transfer the whole disk and then transfer all dirty blocks accumulted during
the migration....