From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49212 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq5Wm-0006Bb-RG for qemu-devel@nongnu.org; Mon, 30 Aug 2010 10:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq5Wg-0001MU-L5 for qemu-devel@nongnu.org; Mon, 30 Aug 2010 10:39:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57769) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq5Wg-0001MO-De for qemu-devel@nongnu.org; Mon, 30 Aug 2010 10:39:58 -0400 Message-ID: <4C7BC2B9.4080005@redhat.com> Date: Mon, 30 Aug 2010 16:39:53 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1280944550-6502-1-git-send-email-miguel.filho@gmail.com> In-Reply-To: <1280944550-6502-1-git-send-email-miguel.filho@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/3] snapshots: various updates List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Miguel Di Ciurcio Filho Cc: armbru@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com Am 04.08.2010 19:55, schrieb Miguel Di Ciurcio Filho: > 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 Thanks, applied patch 1 and 2 to the block branch. Commented on patch 3. Kevin