]> git.proxmox.com Git - mirror_qemu.git/commit
qcow2: Change default for new images to compat=1.1
authorKevin Wolf <kwolf@redhat.com>
Mon, 19 Aug 2013 08:38:01 +0000 (10:38 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 30 Aug 2013 13:28:51 +0000 (15:28 +0200)
commit9117b47717ad208b12786ce88eacb013f9b3dd1c
tree56f5104b1654d2d630b15dcf2b58a0f70d6fc805
parentb5d54bd42158b90b239bb6ce9c13072eb3a53fd2
qcow2: Change default for new images to compat=1.1

By the time that qemu 1.7 will be released, enough time will have passed
since qemu 1.1, which is the first version to understand version 3
images, that changing the default shouldn't hurt many people any more
and the benefits of using the new format outweigh the pain.

qemu-iotests already runs with compat=1.1 by default.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block/qcow2.c