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