]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0004-qemu-img-return-success-on-info-without-snapshots.patch
update to qemu-2.9.0-rc2
[pve-qemu-kvm.git] / debian / patches / pve / 0004-qemu-img-return-success-on-info-without-snapshots.patch
index b56797f17e9da16c611dc10a8bd21b5968ec1fec..4db31aaa09c5a68d9185d357783dd2003a508127 100644 (file)
@@ -1,4 +1,4 @@
-From baf469b28e3f1bfd5b03e449ffcd8f41c80a5387 Mon Sep 17 00:00:00 2001
+From adea2808e62d32a9b22bbe3d16c84c92289983a8 Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 14:18:46 +0100
 Subject: [PATCH 04/47] qemu-img: return success on info without snapshots
@@ -8,10 +8,10 @@ Subject: [PATCH 04/47] qemu-img: return success on info without snapshots
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/qemu-img.c b/qemu-img.c
-index f204d041..99be68f 100644
+index b220cf7..4f7f458 100644
 --- a/qemu-img.c
 +++ b/qemu-img.c
-@@ -2389,7 +2389,8 @@ static int img_info(int argc, char **argv)
+@@ -2596,7 +2596,8 @@ static int img_info(int argc, char **argv)
  
      list = collect_image_info_list(image_opts, filename, fmt, chain);
      if (!list) {