From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43768 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTbbZ-00050U-Sq for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTbbY-0003u8-Ot for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:21 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:41835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTbbY-0003tT-HS for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:20 -0500 Received: by mail-vw0-f45.google.com with SMTP id 12so192724vws.4 for ; Fri, 17 Dec 2010 06:48:20 -0800 (PST) Message-ID: <4D0B7837.50004@codemonkey.ws> Date: Fri, 17 Dec 2010 08:48:23 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/4]: Monitor queue References: <1291646631-4609-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1291646631-4609-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 12/06/2010 08:43 AM, Luiz Capitulino wrote: > Anthony, > > QMP fixes pull request. > > The changes (since 2c90fe2b71df2534884bce96d90cbfcc93aeedb8) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git for-anthony > Pulled. Thanks. Regards, Anthony Liguori > Luiz Capitulino (3): > QMP: Fix default response regression > QMP: Drop dead code > QMP: Simplify monitor_json_emitter() > > Wen Congyang (1): > correct migrate_set_speed's args_type > > monitor.c | 84 ++++++++++++++++++++++++------------------------------ > qmp-commands.hx | 2 +- > 2 files changed, 38 insertions(+), 48 deletions(-) > > > >