From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOxE-0006MP-HY for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USOxA-0002C6-4r for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:47:04 -0400 Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:60921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOx9-0002Bw-VI for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:47:00 -0400 Received: by mail-ea0-f182.google.com with SMTP id q15so625580ead.27 for ; Wed, 17 Apr 2013 02:46:59 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 17 Apr 2013 11:46:46 +0200 Message-Id: <1366192012-14872-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL (rebased) 0/6] migration: followups for writev patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: owasserm@redhat.com, quintela@redhat.com Anthony, as agreed off-list I'm sending you a pull request for the rebased patches, adding some new migration code but mostly touching iov.c. The following changes since commit e0a83fc2c1582dc8d4453849852ebe6c258b7c3a: qom: do nothing on unparent of object without parent (2013-04-16 16:10:21 -0500) are available in the git repository at: git://github.com/bonzini/qemu.git migration-writev for you to fetch changes up to e9d8fbf53a33983c81d67d18e1baa914eb16cdea: qemu-file: do not use stdio for qemu_fdopen (2013-04-17 11:44:22 +0200) ---------------------------------------------------------------- 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 | 114 ++++++++++++++++++++++++++++++++++++++++++++++++------------- util/iov.c | 104 +++++++++++++++++++++++++++++++------------------------ 2 files changed, 149 insertions(+), 69 deletions(-) -- 1.8.1.4