]> git.proxmox.com Git - qemu.git/commit
qcow2: Ignore reserved bits in check_refcounts
authorKevin Wolf <kwolf@redhat.com>
Tue, 27 Mar 2012 11:44:56 +0000 (13:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 20 Apr 2012 13:57:29 +0000 (15:57 +0200)
commitafdf0abe779f4b11712eb306ab2d4299820457b8
tree748721a69278feaa27b7a55c924512b13913e3ab
parent76dc9e0c8f369f1695e5413de2e28d69108476bb
qcow2: Ignore reserved bits in check_refcounts

Also don't infer the cluster type directly from the L2 entries, but use
qcow2_get_cluster_type() to keep everything in a single place.

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