1 From bf9ce905d69ec3ac335d69a5ac578a52a96da204 Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Wed, 9 Dec 2015 14:18:46 +0100
4 Subject: [PATCH 04/55] qemu-img: return success on info without snapshots
8 1 file changed, 2 insertions(+), 1 deletion(-)
10 diff --git a/qemu-img.c b/qemu-img.c
11 index 46f2a6d..418e2d6 100644
14 @@ -2361,7 +2361,8 @@ static int img_info(int argc, char **argv)
16 list = collect_image_info_list(image_opts, filename, fmt, chain);
19 + // return success if snapshot does not exists
23 switch (output_format) {