From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqgQ7-00050t-FK for qemu-devel@nongnu.org; Mon, 16 Jul 2012 04:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqgPx-0005SV-Rx for qemu-devel@nongnu.org; Mon, 16 Jul 2012 04:12:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqgPx-0005SR-Jg for qemu-devel@nongnu.org; Mon, 16 Jul 2012 04:12:33 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6G8CXO2020763 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Jul 2012 04:12:33 -0400 Message-ID: <5003CCEF.6070200@redhat.com> Date: Mon, 16 Jul 2012 10:12:31 +0200 From: Pavel Hrdina MIME-Version: 1.0 References: <049abd55f3f85bac5d299ca34f17b9abd39fedc4.1342092497.git.phrdina@redhat.com> <4FFF106F.5070603@redhat.com> In-Reply-To: <4FFF106F.5070603@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 3/4] qapi: Convert delvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org On 07/12/2012 07:59 PM, Eric Blake wrote: > On 07/12/2012 10:55 AM, Pavel Hrdina wrote: >> Signed-off-by: Pavel Hrdina >> --- >> hmp-commands.hx | 2 +- >> hmp.c | 10 ++++++++++ >> hmp.h | 1 + >> qapi-schema.json | 17 +++++++++++++++++ >> qmp-commands.hx | 24 ++++++++++++++++++++++++ >> savevm.c | 21 +++++++++++---------- >> sysemu.h | 1 - >> 7 files changed, 64 insertions(+), 12 deletions(-) >> + >> +## >> +# @delvm: > This name is worse than 'loadvm' or 'savevm', in that we are NOT > deleting the entire vm, but a named snapshot stored within the vm. > Would naming it 'delete-vm-snapshot' make more sense (in which case the > others might make more sense as 'save-vm-snapshot' and 'load-vm-snapshot')? > This naming looks nice. I definitely agree that it could be save-vm-snapshot, load-vm-snapshot, delete-vm-snapshot and query-vm-snapshots. Pavel