* Amit Shah (amit.s...@redhat.com) wrote:
> On (Wed) 10 Aug 2016 [18:58:21], Dr. David Alan Gilbert wrote:
> > * Li, Liang Z (liang.z...@intel.com) wrote:
> > > > Subject: Re: [PATCH] migration: fix live migration failure with
> > > > compression
> > > >
> > > > * Liang Li (liang.z...@intel.com)
On (Wed) 10 Aug 2016 [18:58:21], Dr. David Alan Gilbert wrote:
> * Li, Liang Z (liang.z...@intel.com) wrote:
> > > Subject: Re: [PATCH] migration: fix live migration failure with
> > > compression
> > >
> > > * Liang Li (liang.z...@intel.com) wrote:
> > > > Because of commit 11808bb0c422, which r
* Li, Liang Z (liang.z...@intel.com) wrote:
> > Subject: Re: [PATCH] migration: fix live migration failure with compression
> >
> > * Liang Li (liang.z...@intel.com) wrote:
> > > Because of commit 11808bb0c422, which remove some condition checks of
> > > 'f->ops->writev_buffer', 'qemu_put_qemu_fil
> Subject: Re: [PATCH] migration: fix live migration failure with compression
>
> * Liang Li (liang.z...@intel.com) wrote:
> > 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'
* Liang Li (liang.z...@intel.com) wrote:
> 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
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
Report