From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtHvx-0001DX-LA for qemu-devel@nongnu.org; Thu, 10 Jan 2013 08:12:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtHvs-00058U-NF for qemu-devel@nongnu.org; Thu, 10 Jan 2013 08:12:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtHvs-00058L-FB for qemu-devel@nongnu.org; Thu, 10 Jan 2013 08:12:32 -0500 Date: Thu, 10 Jan 2013 11:12:35 -0200 From: Luiz Capitulino Message-ID: <20130110111235.48b03964@doriath.home> In-Reply-To: <1357806754-8552-3-git-send-email-xiawenc@linux.vnet.ibm.com> References: <1357806754-8552-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1357806754-8552-3-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 V4 2/4] HMP: add infrastructure 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 Thu, 10 Jan 2013 16:32:32 +0800 Wenchao Xia wrote: > This patch make parsing of hmp command aware of that it may > have sub command. Also discard simple encapsulation function > monitor_find_command() and qmp_find_cmd(). You don't qmp_find_cmd() anymore..