From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60482 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgiB8-00051N-RH for qemu-devel@nongnu.org; Wed, 04 Aug 2010 13:55:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgiB7-0007Y3-MR for qemu-devel@nongnu.org; Wed, 04 Aug 2010 13:54:58 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:33101) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgiB7-0007Xy-KK for qemu-devel@nongnu.org; Wed, 04 Aug 2010 13:54:57 -0400 Received: by gxk19 with SMTP id 19so2295398gxk.4 for ; Wed, 04 Aug 2010 10:54:56 -0700 (PDT) From: Miguel Di Ciurcio Filho Date: Wed, 4 Aug 2010 14:55:47 -0300 Message-Id: <1280944550-6502-1-git-send-email-miguel.filho@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] snapshots: various updates 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 Hi there! This series introduces updates the 'info snapshots' and 'savevm' commands. Patch 1 summarizes the output of 'info snapshots' to show only fully available snapshots. Patch 2 adds a default name to an snapshot in case the user did not provide one, using a template like vm-YYYYMMDDHHMMSS. Patch 3 adds -f to the 'savevm' command in case the use really wants to overwrite an snapshot. More details in each patch. Changelog from previous version: -------------------------------- - libvirt is not affected by the change in savevm - Fixed some coding errors and do not rename the name of variables Regards, Miguel Miguel Di Ciurcio Filho (3): monitor: make 'info snapshots' show only fully available snapshots savevm: Generate a name when run without one savevm: prevent snapshot overwriting qemu-monitor.hx | 7 ++-- savevm.c | 97 ++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 76 insertions(+), 28 deletions(-)