• F
    block: Add "file" output parameter to block status query functions · 67a0fd2a
    Fam Zheng 提交于
    The added parameter can be used to return the BDS pointer which the
    valid offset is referring to. Its value should be ignored unless
    BDRV_BLOCK_OFFSET_VALID in ret is set.
    
    Until block drivers fill in the right value, let's clear it explicitly
    right before calling .bdrv_get_block_status.
    
    The "bs->file" condition in bdrv_co_get_block_status is kept now to keep iotest
    case 102 passing, and will be fixed once all drivers return the right file
    pointer.
    Signed-off-by: NFam Zheng <famz@redhat.com>
    Message-id: 1453780743-16806-2-git-send-email-famz@redhat.com
    Reviewed-by: NMax Reitz <mreitz@redhat.com>
    Signed-off-by: NMax Reitz <mreitz@redhat.com>
    67a0fd2a
block_int.h 27.4 KB