From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkDL6-0000Ne-KH for qemu-devel@nongnu.org; Mon, 09 Jan 2012 06:24:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkDL1-0006f8-11 for qemu-devel@nongnu.org; Mon, 09 Jan 2012 06:24:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkDL0-0006eu-OI for qemu-devel@nongnu.org; Mon, 09 Jan 2012 06:24:26 -0500 From: Luiz Capitulino Date: Mon, 9 Jan 2012 09:24:07 -0200 Message-Id: <1326108257-13042-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v1 00/10]: QAPI conversions round 4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, aliguori@us.ibm.com, mdroth@linux.vnet.ibm.com This is the beginning of the not so trivial commands, although most of them are not that complex either. Please, note the inclusion of the change-vnc-password command. This is needed by the change conversion. blockdev.c | 129 ++++++++++++++++++++------------------ blockdev.h | 8 +-- console.h | 3 - hmp-commands.hx | 15 ++--- hmp.c | 102 +++++++++++++++++++++++++++++++ hmp.h | 5 ++ monitor.c | 179 +++--------------------------------------------------- monitor.h | 5 ++ qapi-schema.json | 157 +++++++++++++++++++++++++++++++++++++++++++++++ qerror.h | 2 +- qmp-commands.hx | 31 +++------ qmp.c | 155 ++++++++++++++++++++++++++++++++++++++++++++++- ui/vnc.c | 14 +--- 13 files changed, 525 insertions(+), 280 deletions(-)