From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9h4Q-0004kL-0P for qemu-devel@nongnu.org; Mon, 19 Mar 2012 14:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9h4J-00030X-K6 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 14:12:37 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:53555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9h4J-0002zH-Do for qemu-devel@nongnu.org; Mon, 19 Mar 2012 14:12:31 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 19 Mar 2012 12:12:20 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 9A6531FF0049 for ; Mon, 19 Mar 2012 12:11:49 -0600 (MDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2JIBZqv125412 for ; Mon, 19 Mar 2012 12:11:43 -0600 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2JIBtGi012935 for ; Mon, 19 Mar 2012 12:11:55 -0600 Message-ID: <4F6776D6.2000609@us.ibm.com> Date: Mon, 19 Mar 2012 13:11:34 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331925981-19914-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1331925981-19914-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/4]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 03/16/2012 02:26 PM, Luiz Capitulino wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > > >