Statistics
| Branch: | Revision:

root / block-migration.c @ 016b2b28

History | View | Annotate | Download (14.4 kB)

# Date Author Comment
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....