Searched hist:"6 aebab140d1891813628f0148c6c4d66b5c1dd66" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 6aebab140d1891813628f0148c6c4d66b5c1dd66 Mon Nov 14 06:44:25 CST 2011 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> 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 <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|