]> Git Repo - qemu.git/commit - qemu-img.c
qemu-img: Fix bdrv_has_zero_init() use in convert
authorMax Reitz <[email protected]>
Wed, 24 Jul 2019 17:12:29 +0000 (19:12 +0200)
committerMax Reitz <[email protected]>
Mon, 19 Aug 2019 15:13:26 +0000 (17:13 +0200)
commit4d7c487eac1652dfe4498fe84f32900ad461d61b
tree5f990d40e76ae167306c080e8d9f7126061e17c6
parent672de729a1f93d84e7597652b1125ab5d62421d8
qemu-img: Fix bdrv_has_zero_init() use in convert

bdrv_has_zero_init() only has meaning for newly created images or image
areas.  If qemu-img convert did not create the image itself, it cannot
rely on bdrv_has_zero_init()'s result to carry any meaning.

Signed-off-by: Max Reitz <[email protected]>
Message-id: 20190724171239[email protected]
Reviewed-by: Maxim Levitsky <[email protected]>
Reviewed-by: Stefano Garzarella <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
qemu-img.c
This page took 0.024875 seconds and 4 git commands to generate.