]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Allow creation with refcount order != 4
authorMax Reitz <mreitz@redhat.com>
Wed, 18 Feb 2015 22:40:49 +0000 (17:40 -0500)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Mar 2015 13:02:21 +0000 (14:02 +0100)
commit06d05fa738915ab82577289a0b81b3e600c4e749
tree23436e6bf7bf8e9feb11afd7eedd2ab9b19ab404
parent5262caa75468adce44b57ed9c076b2f22bd9315f
qcow2: Allow creation with refcount order != 4

Add a creation option to qcow2 for setting the refcount order of images
to be created, and respect that option's value.

This breaks some test outputs, fix them.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c
include/block/block_int.h
tests/qemu-iotests/049.out
tests/qemu-iotests/082.out
tests/qemu-iotests/085.out