• K
    block: Fix bdrv_has_zero_init · 336c1c12
    Kevin Wolf 提交于
    Assuming that any image on a block device is not properly zero-initialized is
    actually wrong: Only raw images have this problem. Any other image format
    shouldn't care about it, they initialize everything properly themselves.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    336c1c12
block.c 70.1 KB