qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 11/14] qemu-io: Switch to byte-based block ac


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v5 11/14] qemu-io: Switch to byte-based block access
Date: Wed, 4 May 2016 15:10:27 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>

This breaks at least qemu-iotests 023.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]