Home
last modified time | relevance | path

Searched hist:"787 d134f" (Results 1 – 1 of 1) sorted by relevance

/qemu/migration/
H A Dqemu-file.c787d134f Tue Aug 09 00:22:26 GMT 2016 Liang Li <liang.z.li@intel.com> migration: fix live migration failure with compression

Because of commit 11808bb0c422, which remove some condition checks
of 'f->ops->writev_buffer', 'qemu_put_qemu_file' should be enhanced
to clear the 'f_src->iovcnt', or 'f_src->iovcnt' may exceed the
MAX_IOV_SIZE which will break live migration. This should be fixed.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Reported-by: Jinshi Zhang <jinshi.c.zhang@intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1470702146-24399-1-git-send-email-liang.z.li@intel.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>