From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56800 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeCJ8-0002ZM-4C for qemu-devel@nongnu.org; Wed, 28 Jul 2010 15:28:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeCIx-00042h-Vx for qemu-devel@nongnu.org; Wed, 28 Jul 2010 15:28:41 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:64455) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeCIx-00042Z-QY for qemu-devel@nongnu.org; Wed, 28 Jul 2010 15:28:39 -0400 Received: by gyd10 with SMTP id 10so2067632gyd.4 for ; Wed, 28 Jul 2010 12:28:39 -0700 (PDT) From: Miguel Di Ciurcio Filho Date: Wed, 28 Jul 2010 16:30:21 -0300 Message-Id: <1280345424-12918-1-git-send-email-miguel.filho@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] savem: various cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Miguel Di Ciurcio Filho , armbru@redhat.com, lcapitulino@redhat.com This series does some cleanups and changes how the monitor command 'savevm' handles overwriting snapshots with existing names and makes 'savevm' always create a name for an snapshot being taken. I'm keeping track of some issues with savevm/loadvm on a wiki page [1]. All feedback is very appreciated. Regards, Miguel [1] http://wiki.qemu.org/Features/SnapshottingImprovements Miguel Di Ciurcio Filho (3): cleanup: bdrv_snaphost_find() returns zero or -ENOENT cleanup: del_existing_snapshots() must return the upstream error code savevm: prevent snapshot overwriting and generate a default name qemu-monitor.hx | 9 ++++--- savevm.c | 68 ++++++++++++++++++++++++++++++++---------------------- 2 files changed, 45 insertions(+), 32 deletions(-)