]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Reduce is_zero() rounding
authorEric Blake <eblake@redhat.com>
Thu, 12 Oct 2017 03:47:19 +0000 (22:47 -0500)
committerKevin Wolf <kwolf@redhat.com>
Thu, 26 Oct 2017 12:45:57 +0000 (14:45 +0200)
commit8cbf74b23cafd1bcee5fdef769f8e94ace43935f
tree12d75d78b97511b0497f10893a6eeeb5b4eee810
parent88e63df21490a43f430820c66b043018db96b1d4
qcow2: Reduce is_zero() rounding

Now that bdrv_is_allocated accepts non-aligned inputs, we can
remove the TODO added in earlier refactoring.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c