From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDIEv-0006x5-L1 for qemu-devel@nongnu.org; Tue, 11 Feb 2014 13:39:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDIEp-0004Yd-ML for qemu-devel@nongnu.org; Tue, 11 Feb 2014 13:39:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDIEp-0004YU-Ef for qemu-devel@nongnu.org; Tue, 11 Feb 2014 13:39:19 -0500 Date: Tue, 11 Feb 2014 13:39:13 -0500 From: Luiz Capitulino Message-ID: <20140211133913.56ebf266@redhat.com> In-Reply-To: <1391725813-29514-1-git-send-email-kroosec@gmail.com> References: <1391725813-29514-1-git-send-email-kroosec@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] monitor: Add argument completion for multiple commands. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles Cc: imammedo@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com On Thu, 6 Feb 2014 23:30:09 +0100 Hani Benhabiles wrote: > This patch series add argument completion to multiple human monitor console > commands. > > For device_add and object_add, only the 1st argument is completed. > > Hani Benhabiles (4): > monitor: Add device_del id argument completion. > monitor: Add device_add device argument completion. > monitor: Add object_del id argument completion. > monitor: Add object_add class argument completion. > > monitor.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 95 insertions(+) Series look good and I've applied it to my queue, but I need your sob before sending a pull request.