Blame SOURCES/kvm-qcow2-Change-default-for-new-images-to-compat-1.1.patch

0a122b
From 4c29b332e7b5f03619481a6eab9690f96ae665f2 Mon Sep 17 00:00:00 2001
0a122b
From: Kevin Wolf <kwolf@redhat.com>
0a122b
Date: Fri, 22 Nov 2013 14:23:29 +0100
0a122b
Subject: [PATCH 11/14] qcow2: Change default for new images to compat=1.1
0a122b
0a122b
RH-Author: Kevin Wolf <kwolf@redhat.com>
0a122b
Message-id: <1385130210-31063-2-git-send-email-kwolf@redhat.com>
0a122b
Patchwork-id: 55856
0a122b
O-Subject: [RHEL-7.0 qemu-kvm PATCH 1/2] qcow2: Change default for new images to compat=1.1
0a122b
Bugzilla: 1026739
0a122b
RH-Acked-by: Max Reitz <mreitz@redhat.com>
0a122b
RH-Acked-by: Fam Zheng <famz@redhat.com>
0a122b
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
0a122b
0a122b
By the time that qemu 1.7 will be released, enough time will have passed
0a122b
since qemu 1.1, which is the first version to understand version 3
0a122b
images, that changing the default shouldn't hurt many people any more
0a122b
and the benefits of using the new format outweigh the pain.
0a122b
0a122b
qemu-iotests already runs with compat=1.1 by default.
0a122b
0a122b
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
0a122b
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
0a122b
Reviewed-by: Eric Blake <eblake@redhat.com>
0a122b
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
0a122b
(cherry picked from commit 8ad1898cf1f5314731123afce057e5cf74fd2f01)
0a122b
0a122b
Conflicts:
0a122b
	block/qcow2.c
0a122b
0a122b
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
0a122b
---
0a122b
 block/qcow2.c | 2 +-
0a122b
 1 file changed, 1 insertion(+), 1 deletion(-)
0a122b
0a122b
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
0a122b
---
0a122b
 block/qcow2.c |    2 +-
0a122b
 1 files changed, 1 insertions(+), 1 deletions(-)
0a122b
0a122b
diff --git a/block/qcow2.c b/block/qcow2.c
0a122b
index f852d64..897e48a 100644
0a122b
--- a/block/qcow2.c
0a122b
+++ b/block/qcow2.c
0a122b
@@ -1598,7 +1598,7 @@ static int qcow2_create(const char *filename, QEMUOptionParameter *options,
0a122b
     int flags = 0;
0a122b
     size_t cluster_size = DEFAULT_CLUSTER_SIZE;
0a122b
     int prealloc = 0;
0a122b
-    int version = 2;
0a122b
+    int version = 3;
0a122b
     Error *local_err = NULL;
0a122b
     int ret;
0a122b
 
0a122b
-- 
0a122b
1.7.1
0a122b