]> Git Repo - qemu.git/commit - block/blkverify.c
blkverify: Implement bdrv_co_preadv/pwritev/flush
authorKevin Wolf <[email protected]>
Fri, 4 Nov 2016 20:13:45 +0000 (21:13 +0100)
committerKevin Wolf <[email protected]>
Mon, 9 Jan 2017 12:30:52 +0000 (13:30 +0100)
commit44b6789299a8acca3f25331bc411055cafc7bb06
tree25df981237c8d8dafb9571bd139ec991d32524f6
parent7c3a998531da0a77baaa2a6ccb48b8a7b5eb14d5
blkverify: Implement bdrv_co_preadv/pwritev/flush

This enables byte granularity requests for blkverify, and at the same
time gets us rid of another user of the BDS-level AIO emulation.

The reference output of a test case must be changed because the
verification failure message reports byte offsets instead of sectors
now.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
block/blkverify.c
tests/qemu-iotests/071.out
This page took 0.024815 seconds and 4 git commands to generate.