From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPXhR-00076J-Ti for qemu-devel@nongnu.org; Tue, 09 Apr 2013 08:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPXhL-0005fz-Rg for qemu-devel@nongnu.org; Tue, 09 Apr 2013 08:30:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPXhL-0005ft-Ir for qemu-devel@nongnu.org; Tue, 09 Apr 2013 08:30:51 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r39CUojC016761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Apr 2013 08:30:51 -0400 Date: Tue, 9 Apr 2013 14:30:49 +0200 From: Stefan Hajnoczi Message-ID: <20130409123049.GA12456@stefanha-thinkpad.redhat.com> References: <1365190076-20268-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365190076-20268-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] block: Vectored bdrv_writev_vmstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On Fri, Apr 05, 2013 at 09:27:52PM +0200, Kevin Wolf wrote: > This gives us back reasonable savevm performance, which regressed in > commit 500f0061. > > Kevin Wolf (4): > block: Introduce bdrv_writev_vmstate > savevm: Implement block_writev_buffer() > block: Introduce bdrv_pwritev() for qcow2_save_vmstate > qemu-iotests: A few more bdrv_pread/pwrite tests > > block.c | 105 +++++++++++++++++++++++++++++++----------- > block/qcow2.c | 6 +-- > block/sheepdog.c | 13 ++++-- > include/block/block.h | 3 ++ > include/block/block_int.h | 4 +- > include/migration/qemu-file.h | 2 +- > savevm.c | 25 ++++++++-- > tests/qemu-iotests/002 | 13 ++++++ > tests/qemu-iotests/002.out | 26 +++++++++++ > 9 files changed, 157 insertions(+), 40 deletions(-) > > -- > 1.8.1.4 > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan