qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Bitmap for recovery of postcopy migration from n/w failure
@ 2016-08-16  0:25 Md Haris Iqbal
  2016-08-16  0:25 ` [Qemu-devel] [PATCH 1/2] Migration: New bitmap for postcopy migration failure Md Haris Iqbal
  2016-08-16  0:25 ` [Qemu-devel] [PATCH 2/2] Migration: Request lost pages (due to n/w failure) from source Md Haris Iqbal
  0 siblings, 2 replies; 4+ messages in thread
From: Md Haris Iqbal @ 2016-08-16  0:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, Md Haris Iqbal

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

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

end of thread, other threads:[~2016-08-16 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16  0:25 [Qemu-devel] [PATCH 0/2] Bitmap for recovery of postcopy migration from n/w failure Md Haris Iqbal
2016-08-16  0:25 ` [Qemu-devel] [PATCH 1/2] Migration: New bitmap for postcopy migration failure Md Haris Iqbal
2016-08-16  0:25 ` [Qemu-devel] [PATCH 2/2] Migration: Request lost pages (due to n/w failure) from source Md Haris Iqbal
2016-08-16 15:31   ` Dr. David Alan Gilbert

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