From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK0Ev-0006Xe-K1 for qemu-devel@nongnu.org; Mon, 04 Jul 2016 05:32:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK0Eq-0001nv-Jc for qemu-devel@nongnu.org; Mon, 04 Jul 2016 05:32:28 -0400 Received: from victor.provo.novell.com ([137.65.250.26]:56063 helo=prv3-mh.provo.novell.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK0Eq-0001nj-Ds for qemu-devel@nongnu.org; Mon, 04 Jul 2016 05:32:24 -0400 From: Lin Ma Date: Mon, 4 Jul 2016 17:31:57 +0800 Message-Id: <1467624719-6645-1-git-send-email-lma@suse.com> Subject: [Qemu-devel] [PATCH 0/2 V4] 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 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