From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIA9y-0007lt-Ox for qemu-devel@nongnu.org; Wed, 29 Jun 2016 03:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIA9v-0002Fc-2u for qemu-devel@nongnu.org; Wed, 29 Jun 2016 03:43:45 -0400 Received: from prv3-mh.provo.novell.com ([137.65.250.26]:50665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIA9u-0002FO-T7 for qemu-devel@nongnu.org; Wed, 29 Jun 2016 03:43:43 -0400 From: Lin Ma Date: Wed, 29 Jun 2016 15:43:11 +0800 Message-Id: <1467186193-24964-1-git-send-email-lma@suse.com> Subject: [Qemu-devel] [PATCH 0/2 V3] 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 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 | 101 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 93 insertions(+), 8 deletions(-) -- 2.8.1