From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TunDQ-0000q9-KD for qemu-devel@nongnu.org; Mon, 14 Jan 2013 11:48:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TunDN-00084j-Co for qemu-devel@nongnu.org; Mon, 14 Jan 2013 11:48:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TunDN-00084e-4v for qemu-devel@nongnu.org; Mon, 14 Jan 2013 11:48:49 -0500 Date: Mon, 14 Jan 2013 14:44:30 -0200 From: Luiz Capitulino Message-ID: <20130114144430.42c8cbd6@doriath.home> In-Reply-To: <1358143589-5913-1-git-send-email-xiawenc@linux.vnet.ibm.com> References: <1358143589-5913-1-git-send-email-xiawenc@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V6 0/5] HMP: allow parsing for sub command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, chenwj@iis.sinica.edu.tw, armbru@redhat.com On Mon, 14 Jan 2013 14:06:24 +0800 Wenchao Xia wrote: > These patches enhance HMP to allow it parse 2nd level of commands, such > as info sub command list, which means foldered command with parameter is > possible now. I've applied this series to qmp-next, as I've a pull request pending. Reviewers still have time to review this though.