qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] fix migration of zero pages


From: Peter Lieven
Subject: [Qemu-devel] [PATCH 0/2] fix migration of zero pages
Date: Thu, 6 Jun 2013 10:36:03 +0200

There have been reports that migration is broken on pseries by Alexey 
Kardashevskiy.
It turned out that migration will fail in general as soon as a page is zero on 
the
source, but not on the destination. I thus reverted the skipping of zero pages
in bulk transfer phase and added a patch that does not (over)write zero pages
at the destination.

Peter Lieven (2):
  Revert "migration: do not sent zero pages in bulk stage"
  migration: do not overwrite zero pages

 arch_init.c                   |   38 ++++++++++++--------------------------
 hmp.c                         |    2 --
 include/migration/migration.h |    2 --
 migration.c                   |    3 +--
 qapi-schema.json              |    8 +++-----
 qmp-commands.hx               |    1 -
 6 files changed, 16 insertions(+), 38 deletions(-)

-- 
1.7.9.5




reply via email to

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