]> git.proxmox.com Git - qemu.git/commit - block.c
block: add bdrv_co_is_allocated() interface
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 14 Nov 2011 12:44:26 +0000 (12:44 +0000)
committerKevin Wolf <kwolf@redhat.com>
Mon, 5 Dec 2011 13:51:37 +0000 (14:51 +0100)
commit060f51c9dee3c58e2748c773ef1f7142047a4a2f
tree5d94aadc9a19778ad0c6628ffc976278679fc2a2
parent6aebab140d1891813628f0148c6c4d66b5c1dd66
block: add bdrv_co_is_allocated() interface

This patch introduces the public bdrv_co_is_allocated() interface which
can be used to query image allocation status while the VM is running.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h