From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1zn5-0007wM-Ar for qemu-devel@nongnu.org; Tue, 01 Jul 2014 11:16:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1zmz-0003i4-7I for qemu-devel@nongnu.org; Tue, 01 Jul 2014 11:16:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1zmy-0003hz-VR for qemu-devel@nongnu.org; Tue, 01 Jul 2014 11:16:09 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s61FG6L6005935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 1 Jul 2014 11:16:07 -0400 Date: Tue, 1 Jul 2014 17:16:04 +0200 From: Kevin Wolf Message-ID: <20140701151604.GI4587@noname.str.redhat.com> References: <1404226342-20174-1-git-send-email-kwolf@redhat.com> <1404226342-20174-3-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404226342-20174-3-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.1 2/2] block: Assert qiov length matches request length List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com Am 01.07.2014 um 16:52 hat Kevin Wolf geschrieben: > At least raw-posix relies on this because it can allocate bounce buffers > based on the request length, but access it using all of the qiov entries > later. > > Signed-off-by: Kevin Wolf Self-NACK, this breaks some test cases. Patch 1 is still valid. Kevin