qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/6] migration: followups for writev patches


From: Orit Wasserman
Subject: Re: [Qemu-devel] [PATCH 0/6] migration: followups for writev patches
Date: Wed, 03 Apr 2013 11:08:46 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 03/27/2013 06:36 PM, Paolo Bonzini wrote:
> This series fixes a few small problems in Orit's writev patches:
> 
> 1) socket_put_buffer is not needed anymore and can be dropped (patch 1);
> 
> 2) sendmsg could do a partial write even for a blocking socket, in
> case it is interrupted by a signal. This should not happen for
> migration, but it is relatively easy to fix in iov_send_recv (patches
> 2 to 5);
> 
> 3) recent libvirt will always use fd migration, and thus will not
> benefit from the writev speedups.  fd migration also uses FILE*, which
> incurs an extra copy.  Patch 6 fixes both issues.
> 
> Thanks,
> 
> Paolo
> 
> Paolo Bonzini (6):
>   qemu-file: drop socket_put_buffer
>   iov: reorganize iov_send_recv, part 1
>   iov: reorganize iov_send_recv, part 2
>   iov: reorganize iov_send_recv, part 3
>   iov: handle partial writes from sendmsg and recvmsg
>   qemu-file: do not use stdio for qemu_fdopen
> 
>  savevm.c   | 113 
> ++++++++++++++++++++++++++++++++++++++++++++++++-------------
>  util/iov.c | 104 ++++++++++++++++++++++++++++++++------------------------
>  2 files changed, 148 insertions(+), 69 deletions(-)
> 
Series
Reviewed-by: Orit Wasserman <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]