Re: [Qemu-devel] [PATCH v4 08/32] migration: allow send_rq to fail

2017-12-01 Thread Peter Xu
On Thu, Nov 30, 2017 at 12:13:57PM +, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) wrote: > > We will not allow failures to happen when sending data from destination > > to source via the return path. However it is possible that there can be > > errors along the way. This pat

Re: [Qemu-devel] [PATCH v4 08/32] migration: allow send_rq to fail

2017-11-30 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > We will not allow failures to happen when sending data from destination > to source via the return path. However it is possible that there can be > errors along the way. This patch allows the migrate_send_rp_message() > to return error when it happens, and f

[Qemu-devel] [PATCH v4 08/32] migration: allow send_rq to fail

2017-11-07 Thread Peter Xu
We will not allow failures to happen when sending data from destination to source via the return path. However it is possible that there can be errors along the way. This patch allows the migrate_send_rp_message() to return error when it happens, and further extended it to migrate_send_rp_req_page