qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Bitmap for recovery of postcopy migration from


From: Md Haris Iqbal
Subject: [Qemu-devel] [PATCH 0/2] Bitmap for recovery of postcopy migration from n/w failure
Date: Tue, 16 Aug 2016 05:55:01 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]