From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtV7j-0007Xw-50 for qemu-devel@nongnu.org; Thu, 10 Jan 2013 22:17:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtV7i-0006zA-31 for qemu-devel@nongnu.org; Thu, 10 Jan 2013 22:17:39 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:35143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtV7h-0006yu-Fx for qemu-devel@nongnu.org; Thu, 10 Jan 2013 22:17:38 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Jan 2013 08:46:20 +0530 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 921BB394004D for ; Fri, 11 Jan 2013 08:47:32 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0B3HVVY43843770 for ; Fri, 11 Jan 2013 08:47:31 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0B3HVRS011940 for ; Fri, 11 Jan 2013 14:17:32 +1100 Message-ID: <50EF8444.9020505@linux.vnet.ibm.com> Date: Fri, 11 Jan 2013 11:17:24 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1357806754-8552-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1357806754-8552-3-git-send-email-xiawenc@linux.vnet.ibm.com> <20130110111235.48b03964@doriath.home> In-Reply-To: <20130110111235.48b03964@doriath.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, chenwj@iis.sinica.edu.tw, armbru@redhat.com 于 2013-1-10 21:12, Luiz Capitulino 写道: > 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.. > Sorry I have forgot change that, will mention it in next version. -- Best Regards Wenchao Xia