]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Drop l2meta.cluster_offset
authorKevin Wolf <kwolf@redhat.com>
Fri, 7 Dec 2012 17:08:45 +0000 (18:08 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 13 Dec 2012 14:37:59 +0000 (15:37 +0100)
commit060bee8943c27d4d53f65570fafaa2559fcd87c3
treeb094d4562a32ddddfa3296dd99b8798e3fdcdad2
parentcf5c1a231ee99ac21fe8258faf50bb1f65884343
qcow2: Drop l2meta.cluster_offset

There's no real reason to have an l2meta for normal requests that don't
allocate anything. Before we can get rid of it, we must return the host
cluster offset in a different way.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-cluster.c
block/qcow2.c
block/qcow2.h