A new bitmap to keep in track the pages that were lost in case there was a network failure during postcopy. The bitmap is used to req for those lost pages towards the end of migration.
Md Haris Iqbal (2): Migration: New bitmap for postcopy migration failure Migration: Request lost pages (due to n/w failure) from source include/migration/migration.h | 10 +++++ migration/migration.c | 10 ++++- migration/postcopy-ram.c | 2 +- migration/ram.c | 98 ++++++++++++++++++++++++++++++++++++++++++- migration/savevm.c | 19 +++++++++ 5 files changed, 135 insertions(+), 4 deletions(-) -- 2.7.4