]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Open images with refcount order != 4
authorMax Reitz <mreitz@redhat.com>
Tue, 10 Feb 2015 20:28:52 +0000 (15:28 -0500)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Mar 2015 13:02:21 +0000 (14:02 +0100)
commitb72faf9f78377e38342f78ffacdfa0726f5e7511
tree80f88a1457d2817c1f1a657acb6491089ec52828
parent59c0cb7830be68080c6a0d1449253b954350e57d
qcow2: Open images with refcount order != 4

No longer refuse to open images with a different refcount entry width
than 16 bits; only reject images with a refcount width larger than 64
bits (which is prohibited by the specification).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c