]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value
authorAlberto Garcia <berto@igalia.com>
Sat, 18 Jan 2020 19:09:30 +0000 (20:09 +0100)
committerMax Reitz <mreitz@redhat.com>
Thu, 6 Feb 2020 12:47:45 +0000 (13:47 +0100)
commit3afea40243d7ccba7b569daa4dc7b174e594f792
tree906bd4497b8a62d335d9bc0bebce26da8ef17419
parent25ae71db55ebb06bfa501f17dabb96ff3b34921b
qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value

This replaces all remaining instances in the qcow2 code.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: b5f74b606c2d9873b12d29acdb7fd498029c4025.1579374329.git.berto@igalia.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2.c