From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1ap-0006JY-I4 for qemu-devel@nongnu.org; Mon, 14 May 2012 16:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU1an-0003Z7-U6 for qemu-devel@nongnu.org; Mon, 14 May 2012 16:10:07 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:34380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1an-0003SB-Nh for qemu-devel@nongnu.org; Mon, 14 May 2012 16:10:05 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 May 2012 14:10:00 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 3592C1FF0024 for ; Mon, 14 May 2012 14:08:55 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4EK8ied057600 for ; Mon, 14 May 2012 14:08:50 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4EK8eIP008617 for ; Mon, 14 May 2012 14:08:40 -0600 Message-ID: <4FB16645.2090003@us.ibm.com> Date: Mon, 14 May 2012 15:08:37 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1337001925-8992-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1337001925-8992-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/1]: QMP patches for 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 05/14/2012 08:25 AM, Luiz Capitulino wrote: > Only patch, from Michael, that fixes a bug in the QMP input visitor. > > The changes (since 94d1991445fa3582c042ee4e5b72606e2fc39cc2) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Pulled. Thanks. Regards, Anthony Liguori > > Michael Roth (1): > qapi: QMP input visitor, handle floats parsed as ints > > qapi/qmp-input-visitor.c | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) > > >