From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpMfi-00081X-9B for qemu-devel@nongnu.org; Thu, 12 Jul 2012 12:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpMfh-00089u-D0 for qemu-devel@nongnu.org; Thu, 12 Jul 2012 12:55:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpMfh-00089i-4w for qemu-devel@nongnu.org; Thu, 12 Jul 2012 12:55:21 -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 q6CGtKNQ004927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jul 2012 12:55:20 -0400 From: Pavel Hrdina Date: Thu, 12 Jul 2012 18:55:14 +0200 Message-Id: Subject: [Qemu-devel] [RFC PATCH 0/4] qapi: Convert snapshot's commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Pavel Hrdina This patch-series converts savevm, loadvm, delvm and info snapshots from HMP into QMP as savevm, loadvm, delvm and query-snapshots. All comments are welcome. Pavel Pavel Hrdina (4): qapi: Convert savevm qapi: Convert loadvm qapi: Convert delvm qapi: Convert info snapshots hmp-commands.hx | 6 +-- hmp.c | 64 +++++++++++++++++++++++ hmp.h | 4 ++ monitor.c | 14 +---- qapi-schema.json | 96 ++++++++++++++++++++++++++++++++++ qerror.c | 44 ++++++++++++++++ qerror.h | 33 ++++++++++++ qmp-commands.hx | 106 +++++++++++++++++++++++++++++++++++++ savevm.c | 154 ++++++++++++++++++++++++++++-------------------------- sysemu.h | 5 -- vl.c | 7 ++- 11 files changed, 437 insertions(+), 96 deletions(-) -- 1.7.10.4