From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8cnB-0004G6-Pr for qemu-devel@nongnu.org; Fri, 16 Mar 2012 15:26:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8cn7-0003ej-Jc for qemu-devel@nongnu.org; Fri, 16 Mar 2012 15:26:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8cn7-0003dl-AL for qemu-devel@nongnu.org; Fri, 16 Mar 2012 15:26:21 -0400 From: Luiz Capitulino Date: Fri, 16 Mar 2012 16:26:17 -0300 Message-Id: <1331925981-19914-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/4]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Contains only the migrate command conversion to the QAPI series. I hoped I'd finish the device_add/del conversion yesterday, but I didn't. Let's merge this before it breaks... The changes (since ae7d54d489540b49b7c13a7df7ddc220588a2ced) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Luiz Capitulino (4): QError: Introduce new errors for the migration command Error: Introduce error_copy() Purge migration of (almost) everything to do with monitors qapi: Convert migrate arch_init.c | 2 +- block-migration.c | 58 ++++++++++++++++++----------------------- error.c | 13 ++++++++++ error.h | 5 ++++ hmp-commands.hx | 3 +-- hmp.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ hmp.h | 1 + migration-fd.c | 2 +- migration.c | 74 +++++++++++++++-------------------------------------- migration.h | 5 +--- qapi-schema.json | 21 +++++++++++++++ qerror.c | 8 ++++++ qerror.h | 6 +++++ qmp-commands.hx | 9 +------ savevm.c | 42 +++++++++++++++--------------- sysemu.h | 11 ++++---- vmstate.h | 3 +-- 17 files changed, 205 insertions(+), 132 deletions(-)