]> Git Repo - qemu.git/commit
block: Add synchronous wrapper for bdrv_co_is_allocated_above
authorMiroslav Rezanina <[email protected]>
Wed, 13 Feb 2013 08:09:39 +0000 (09:09 +0100)
committerKevin Wolf <[email protected]>
Fri, 22 Feb 2013 20:21:09 +0000 (21:21 +0100)
commitb35b2bba5b372ff912c5fe7e5ad6c5a9d883464f
treeac58562db2b76e3a134fe82fac0430b090bb3701
parent7d81c1413c9c9bdcc966453636e4ca7776b59861
block: Add synchronous wrapper for bdrv_co_is_allocated_above

There's no synchronous wrapper for bdrv_co_is_allocated_above function
so it's not possible to check for sector allocation in an image with
a backing file.

Signed-off-by: Miroslav Rezanina <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block.c
include/block/block.h
This page took 0.022056 seconds and 4 git commands to generate.