From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7HNi-0005vP-P1 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7HNh-0005yA-25 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:34 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:57438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7HNg-0005y4-V1 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:33 -0400 Received: by ghrr14 with SMTP id r14so66482ghr.4 for ; Mon, 12 Mar 2012 19:22:31 -0700 (PDT) Message-ID: <4F5EAF64.6000503@codemonkey.ws> Date: Mon, 12 Mar 2012 21:22:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331326519-12444-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1331326519-12444-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/3]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 03/09/2012 02:55 PM, Luiz Capitulino wrote: > A few small fixes from Alon. > > The changes (since dac6b1b22cbad29ca34735a1e56c9feb9586e3c0) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > > Alon Levy (3): > qjson.h: include compiler.h for GCC_FMT_ATTR > qapi-schema: fix typos and explain 'spice' auth > qapi-schema.json: fix comment for type ObjectPropretyInfo Pulled. Thanks. Regards, Anthony Liguori > > qapi-schema.json | 16 +++++++++------- > qjson.h | 1 + > 2 files changed, 10 insertions(+), 7 deletions(-) > > >