]> Git Repo - qemu.git/commit - block/blkdebug.c
blkdebug: Support .bdrv_co_get_block_status
authorEric Blake <[email protected]>
Mon, 5 Jun 2017 20:38:45 +0000 (15:38 -0500)
committerKevin Wolf <[email protected]>
Mon, 10 Jul 2017 11:18:05 +0000 (13:18 +0200)
commit544daf6679cef4c0fac8b4a07deef305021a22c1
tree523f39b206ebd37910959df41f6f2ebef1a6b06d
parentd5254033daf524fb2eee862eb8377b9ddc81000a
blkdebug: Support .bdrv_co_get_block_status

Without a passthrough status of BDRV_BLOCK_RAW, anything wrapped by
blkdebug appears 100% allocated as data.  Better is treating it the
same as the underlying file being wrapped.

Update iotest 177 for the new expected output.

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: John Snow <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/blkdebug.c
tests/qemu-iotests/177.out
This page took 0.026654 seconds and 4 git commands to generate.