From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSC7g-0005fO-Rn for qemu-devel@nongnu.org; Wed, 09 May 2012 15:00:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSC7e-0007cT-MP for qemu-devel@nongnu.org; Wed, 09 May 2012 15:00:28 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:33136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSC7e-0007bU-IF for qemu-devel@nongnu.org; Wed, 09 May 2012 15:00:26 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 9 May 2012 15:00:18 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 827126E8062 for ; Wed, 9 May 2012 14:59:07 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q49Ix5VY13041792 for ; Wed, 9 May 2012 14:59:05 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q49Ix4KY030234 for ; Wed, 9 May 2012 14:59:04 -0400 Message-ID: <4FAABE75.8040101@us.ibm.com> Date: Wed, 09 May 2012 13:59:01 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1336499418-12722-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1336499418-12722-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 1.1 0/6]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 05/08/2012 12:50 PM, Luiz Capitulino wrote: > This pull request contains the new 'suspended' RunState series, a related > fix from Gerd and HMP fixes. > > The HMP fixes are not directly related to QMP, but are included in this > pull request for my convenience (besides, HMP is becoming QMP front-end > anyway). I can do a separate pull if needed, though. > > The changes (since 4f08129eeb42422655cc946a0a0c3accc2b8e3db) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Pulled. Thanks. Regards, Anthony Liguori > > Gerd Hoffmann (1): > wakeup on migration > > Luiz Capitulino (5): > qapi-schema.json: fix RunState enums alphabetical order > runstate: introduce suspended state > vl: drop is_suspended variable > hmp: expr_unary(): check for overflow in strtoul()/strtoull() > hmp: fix bad value conversion for M type > > input.c | 4 ++-- > migration.c | 1 + > monitor.c | 12 ++++++++++-- > qapi-schema.json | 8 +++++--- > qmp.c | 2 ++ > vl.c | 14 +++++++++----- > 6 files changed, 29 insertions(+), 12 deletions(-) > > >