]> git.proxmox.com Git - mirror_qemu.git/commit
qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()
authorAlberto Garcia <berto@igalia.com>
Sat, 18 Jan 2020 19:09:29 +0000 (20:09 +0100)
committerMax Reitz <mreitz@redhat.com>
Thu, 6 Feb 2020 12:47:45 +0000 (13:47 +0100)
commit25ae71db55ebb06bfa501f17dabb96ff3b34921b
treeb47fc1c0ad1119f563177837717b27d395606d45
parentda86f8cbad30ed3819ee5fd19a3b19291459c768
qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()

qemu-img's convert_co_copy_range() operates at the sector level and
block_copy() operates at the cluster level so this condition is always
true, but it is not necessary to restrict this here, so let's leave it
to the driver implementation return an error if there is any.

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