From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axwaC-0003df-3D for qemu-devel@nongnu.org; Wed, 04 May 2016 09:11:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axwa0-00069Z-J2 for qemu-devel@nongnu.org; Wed, 04 May 2016 09:11:10 -0400 Date: Wed, 4 May 2016 15:10:27 +0200 From: Kevin Wolf Message-ID: <20160504131027.GE14972@noname.str.redhat.com> References: <1462290166-32584-1-git-send-email-eblake@redhat.com> <1462290166-32584-12-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462290166-32584-12-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 11/14] qemu-io: Switch to byte-based block access List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz Am 03.05.2016 um 17:42 hat Eric Blake geschrieben: > blk_write() and blk_read() are now very simple wrappers around > blk_pwrite() and blk_pread(). There's no reason to require > the user to pass in aligned numbers. Keep 'read -p' and > 'write -p' so that I don't have to hunt down and update all > users of qemu-io, but make the default 'read' and 'write' now > do the same behavior that used to require -p. > > Signed-off-by: Eric Blake This breaks at least qemu-iotests 023. Kevin