Revision b6b8a333 block/qcow2.c

b/block/qcow2.c
688 688
    return 0;
689 689
}
690 690

  
691
static int coroutine_fn qcow2_co_is_allocated(BlockDriverState *bs,
691
static int64_t coroutine_fn qcow2_co_get_block_status(BlockDriverState *bs,
692 692
        int64_t sector_num, int nb_sectors, int *pnum)
693 693
{
694 694
    BDRVQcowState *s = bs->opaque;
......
1866 1866
    .bdrv_reopen_prepare  = qcow2_reopen_prepare,
1867 1867
    .bdrv_create        = qcow2_create,
1868 1868
    .bdrv_has_zero_init = bdrv_has_zero_init_1,
1869
    .bdrv_co_is_allocated = qcow2_co_is_allocated,
1869
    .bdrv_co_get_block_status = qcow2_co_get_block_status,
1870 1870
    .bdrv_set_key       = qcow2_set_key,
1871 1871
    .bdrv_make_empty    = qcow2_make_empty,
1872 1872

  

Also available in: Unified diff