From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL1ph-0003Om-2i for qemu-devel@nongnu.org; Thu, 07 Jul 2016 01:26:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL1pd-00078h-P4 for qemu-devel@nongnu.org; Thu, 07 Jul 2016 01:26:40 -0400 Received: from victor.provo.novell.com ([137.65.250.26]:50420 helo=prv3-mh.provo.novell.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL1pd-00077a-Ix for qemu-devel@nongnu.org; Thu, 07 Jul 2016 01:26:37 -0400 From: Lin Ma Date: Thu, 7 Jul 2016 13:26:02 +0800 Message-Id: <1467869164-26688-1-git-send-email-lma@suse.com> Subject: [Qemu-devel] [PATCH 0/2 V5] Show all of snapshot info on every block dev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mreitz@redhat.com, qemu-devel@nongnu.org Cc: kwolf@redhat.com V5: Minor changes. V4: Use QTAILQ_FOREACH_SAFE instead of QTAILQ_FOREACH while freeing snapshot lists. V3: Fix leaking the entries in image_list and the entries in their ImageEntry.snapshots lists V2: Split it to 2 patches. Lin Ma (2): hmp: use snapshot name to determine whether a snapshot is 'fully available' hmp: show all of snapshot info on every block dev in output of 'info snapshots' migration/savevm.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 95 insertions(+), 8 deletions(-) -- 2.8.1