]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
Update and rebase to QEMU 4.1
[pve-qemu.git] / debian / patches / pve / 0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch
index d4c4e2f167ef39c5c64c201fc012d55dc61499c9..cabac2068985bf09da9a28773c9b4a913641de8d 100644 (file)
@@ -9,10 +9,10 @@ Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/qemu-img.c b/qemu-img.c
-index aa6f81f1ea..4546198471 100644
+index 79983772de..c64f260876 100644
 --- a/qemu-img.c
 +++ b/qemu-img.c
-@@ -2717,7 +2717,8 @@ static int img_info(int argc, char **argv)
+@@ -2773,7 +2773,8 @@ static int img_info(int argc, char **argv)
      list = collect_image_info_list(image_opts, filename, fmt, chain,
                                     force_share);
      if (!list) {