Home
last modified time | relevance | path

Searched hist:"05 c4af54c670f5143bd4ac5d79aa1ef53a9f31ca" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 05c4af54c670f5143bd4ac5d79aa1ef53a9f31ca Mon Nov 14 06:44:18 CST 2011 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> block: use public bdrv_is_allocated() interface

There is no need for bdrv_commit() to use the BlockDriver
.bdrv_is_allocated() interface directly. Converting to the public
interface gives us the freedom to drop .bdrv_is_allocated() entirely in
favor of a new .bdrv_co_is_allocated() in the future.

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