• K
    block: bdrv_has_zero_init · f2feebbd
    Kevin Wolf 提交于
    This fixes the problem that qemu-img's use of no_zero_init only considered the
    no_zero_init flag of the format driver, but not of the underlying protocols.
    
    Between the raw/file split and this fix, converting to host devices is broken.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    f2feebbd
qemu-img.c 35.8 KB