qemu-patch-raspberry4/include/block
Paolo Bonzini b6b8a33354 block: introduce bdrv_get_block_status API
For now, bdrv_get_block_status is just another name for bdrv_is_allocated.
The next patches will add more flags.

This also touches all block drivers with a mostly mechanical rename.  The
sole exception is cow; because it calls cow_co_is_allocated from the read
code, we keep that function and make cow_co_get_block_status a wrapper.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-09-06 15:25:09 +02:00
..
aio.h
block.h block: introduce bdrv_get_block_status API 2013-09-06 15:25:09 +02:00
block_int.h block: introduce bdrv_get_block_status API 2013-09-06 15:25:09 +02:00
blockjob.h
coroutine.h
coroutine_int.h
nbd.h
qapi.h
scsi.h
snapshot.h
thread-pool.h