From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4JIx-0001ZU-SB for qemu-devel@nongnu.org; Fri, 17 Jan 2014 18:58:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4JIq-0003gK-8J for qemu-devel@nongnu.org; Fri, 17 Jan 2014 18:58:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4JIq-0003gB-1C for qemu-devel@nongnu.org; Fri, 17 Jan 2014 18:58:20 -0500 Message-ID: <52D9C401.7000004@redhat.com> Date: Sat, 18 Jan 2014 01:00:01 +0100 From: Max Reitz MIME-Version: 1.0 References: <1389968119-24771-1-git-send-email-kwolf@redhat.com> <1389968119-24771-14-git-send-email-kwolf@redhat.com> In-Reply-To: <1389968119-24771-14-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 13/29] block: Introduce bdrv_co_do_pwritev() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, pl@kamp.de, xiawenc@linux.vnet.ibm.com, stefanha@redhat.com On 17.01.2014 15:15, Kevin Wolf wrote: > This is going to become the bdrv_co_do_preadv() equivalent for writes. > In this patch, however, just a function taking byte offsets is created, > it doesn't align anything yet. > > Signed-off-by: Kevin Wolf > --- > block.c | 24 ++++++++++++++++++------ > 1 file changed, 18 insertions(+), 6 deletions(-) Together with patch 29: Reviewed-by: Max Reitz