]> Git Repo - qemu.git/commit
block: drop .bdrv_is_allocated() interface
authorStefan Hajnoczi <[email protected]>
Mon, 14 Nov 2011 12:44:25 +0000 (12:44 +0000)
committerKevin Wolf <[email protected]>
Mon, 5 Dec 2011 13:51:37 +0000 (14:51 +0100)
commit6aebab140d1891813628f0148c6c4d66b5c1dd66
tree82d2f58c78828921b98b7c3015b0c52329a08a53
parent81145834d39897c6f153ac26a4077f90f269c5fc
block: drop .bdrv_is_allocated() interface

Now that all block drivers have been converted to
.bdrv_co_is_allocated() we can drop .bdrv_is_allocated().

Note that the public bdrv_is_allocated() interface is still available
but is in fact a synchronous wrapper around .bdrv_co_is_allocated().

Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
block_int.h
This page took 0.025318 seconds and 4 git commands to generate.