From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W26yF-0007Ge-Nu for qemu-devel@nongnu.org; Sat, 11 Jan 2014 17:24:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W26y9-0002qb-Oc for qemu-devel@nongnu.org; Sat, 11 Jan 2014 17:23:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W26y9-0002qT-GD for qemu-devel@nongnu.org; Sat, 11 Jan 2014 17:23:53 -0500 Message-ID: <52D1C4D7.50503@redhat.com> Date: Sat, 11 Jan 2014 23:25:27 +0100 From: Max Reitz MIME-Version: 1.0 References: <1386940979-3824-1-git-send-email-kwolf@redhat.com> <1386940979-3824-6-git-send-email-kwolf@redhat.com> In-Reply-To: <1386940979-3824-6-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 v2 05/24] block: Detect unaligned length in bdrv_qiov_is_aligned() 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, stefanha@redhat.com On 13.12.2013 14:22, Kevin Wolf wrote: > For an O_DIRECT request to succeed, it's not only necessary that all > base addresses in the qiov are aligned, but also that each length in it > is aligned. > > Signed-off-by: Kevin Wolf > Reviewed-by: Wenchao Xia > --- > block.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Max Reitz