]> git.proxmox.com Git - qemu.git/commit
Revert "migration: do not sent zero pages in bulk stage"
authorPeter Lieven <pl@kamp.de>
Mon, 10 Jun 2013 10:14:19 +0000 (12:14 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 27 Jun 2013 00:36:32 +0000 (02:36 +0200)
commit9ef051e5536b6368a1076046ec6c4ec4ac12b5c6
treee2661512c34c7717e4694d24070023bf96e59187
parent87d2f8254347879f80b3a834834a6b934dea5ecc
Revert "migration: do not sent zero pages in bulk stage"

Not sending zero pages breaks migration if a page is zero
at the source but not at the destination. This can e.g. happen
if different BIOS versions are used at source and destination.
It has also been reported that migration on pseries is completely
broken with this patch.

This effectively reverts commit f1c72795af573b24a7da5eb52375c9aba8a37972.

Conflicts:

arch_init.c

Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c