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 <ebl...@redhat.com>
This breaks at least qemu-iotests 023. Kevin