From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeXl-0005KL-44 for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:41:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUeXj-00047z-9x for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:41:00 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:42973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeXi-00046k-Uy for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:40:59 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e1.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p59CSoh0021175 for ; Thu, 9 Jun 2011 08:28:50 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p59CeQtl1155104 for ; Thu, 9 Jun 2011 08:40:26 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p598eEv8004052 for ; Thu, 9 Jun 2011 05:40:14 -0300 Message-ID: <4DF0BF38.1010002@us.ibm.com> Date: Thu, 09 Jun 2011 07:40:24 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1306943645-20313-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1306943645-20313-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/5]: Monitor queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org, armbru@redhat.com On 06/01/2011 10:54 AM, Luiz Capitulino wrote: > Anthony, > > The following patches have been sent to the list and look good to me. I've > also tested them. > > The changes (since 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Lai Jiangshan (2): > QMP: QError: New QERR_UNSUPPORTED > QMP: add inject-nmi qmp command > > Luiz Capitulino (1): > HMP: Use QMP inject nmi implementation > > Stefan Hajnoczi (2): > QMP: add get_events(wait=True) option > QMP: add server mode to QEMUMonitorProtocol > > QMP/qmp.py | 54 ++++++++++++++++++++++++++++++++++++++++-------------- > hmp-commands.hx | 9 +++++---- > monitor.c | 19 ++++++++++++------- > qerror.c | 4 ++++ > qerror.h | 3 +++ > qmp-commands.hx | 27 +++++++++++++++++++++++++++ > 6 files changed, 91 insertions(+), 25 deletions(-) > > >