commit | 1c6e87799252d166426f642c00be8927b68ab164 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Thu May 09 19:52:36 2019 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri May 10 16:45:40 2019 +0200 |
tree | 5c661f17867fdba8be5c26d285e974297b7dfca0 | |
parent | 35ddd9300b81b70171da10134c36a7e22c845f16 [diff] |
qemu-img: Use zero writes after source backing EOF Past the end of the source backing file, we memset() buf_old to zero, so it is clearly easy to use blk_pwrite_zeroes() instead of blk_pwrite() then. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>