From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6Vup-0003wp-7r for qemu-devel@nongnu.org; Mon, 26 Apr 2010 17:32:31 -0400 Received: from [140.186.70.92] (port=51263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6Vun-0003wA-SO for qemu-devel@nongnu.org; Mon, 26 Apr 2010 17:32:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6Vum-0000yF-1Z for qemu-devel@nongnu.org; Mon, 26 Apr 2010 17:32:29 -0400 Received: from mail-qy0-f188.google.com ([209.85.221.188]:34606) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6Vul-0000y6-VB for qemu-devel@nongnu.org; Mon, 26 Apr 2010 17:32:28 -0400 Received: by qyk26 with SMTP id 26so5823266qyk.19 for ; Mon, 26 Apr 2010 14:32:27 -0700 (PDT) Message-ID: <4BD60662.7000509@codemonkey.ws> Date: Mon, 26 Apr 2010 16:32:18 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/9][PULL]: QMP/Monitor queue References: <1272296853-30285-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1272296853-30285-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: aliguori@us.ibm.com, qemu-devel@nongnu.org On 04/26/2010 10:47 AM, Luiz Capitulino wrote: > Hi Anthony, > > The following QMP/Monitor patches have been sent to the list and look good > to me. I have also tested most of them. > Applied. Thanks. Regards, Anthony Liguori > The changes (since a303f9e37b87ced34e966dc2c0b7f86bc5e74035) are available in > the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git for-anthony > > Jan Kiszka (3): > monitor: Cleanup ID assignment for compat switch > monitor: Reorder intialization to drop initial mux focus > chardev: Document mux option > > Luiz Capitulino (5): > QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBER > QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER > QError: Improve QERR_QMP_BAD_INPUT_OBJECT desc > QMP: Check "arguments" member's type > Monitor: Return before exiting with 'quit' > > Paolo Bonzini (1): > stash away SCM_RIGHTS fd until a getfd command arrives > > monitor.c | 16 +++++----------- > qemu-char.c | 9 +++------ > qemu-options.hx | 35 ++++++++++++++++++++--------------- > qerror.c | 6 +++++- > qerror.h | 3 +++ > sysemu.h | 2 ++ > vl.c | 33 +++++++++++++++++++++++++-------- > 7 files changed, 63 insertions(+), 41 deletions(-) > > > >