From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4J3F-0004G2-4P for qemu-devel@nongnu.org; Fri, 17 Jan 2014 18:42:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4J39-0005uj-5q for qemu-devel@nongnu.org; Fri, 17 Jan 2014 18:42:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4J38-0005uH-U5 for qemu-devel@nongnu.org; Fri, 17 Jan 2014 18:42:07 -0500 Message-ID: <52D9C032.7080701@redhat.com> Date: Sat, 18 Jan 2014 00:43:46 +0100 From: Max Reitz MIME-Version: 1.0 References: <1389968119-24771-1-git-send-email-kwolf@redhat.com> <1389968119-24771-25-git-send-email-kwolf@redhat.com> In-Reply-To: <1389968119-24771-25-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 24/29] block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper 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: > Instead of implementing the alignment adjustment here, use the now > existing functionality of bdrv_co_do_pwritev(). > > Signed-off-by: Kevin Wolf > --- > block.c | 64 ++++++++------------------------------------------- > include/block/block.h | 1 - > 2 files changed, 9 insertions(+), 56 deletions(-) Reviewed-by: Max Reitz