From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDLXK-0005o0-2n for qemu-devel@nongnu.org; Tue, 11 Feb 2014 17:10:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDLXE-0006KW-3p for qemu-devel@nongnu.org; Tue, 11 Feb 2014 17:10:37 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:42598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDLXD-0006HS-QO for qemu-devel@nongnu.org; Tue, 11 Feb 2014 17:10:32 -0500 Received: by mail-wi0-f179.google.com with SMTP id hn9so5494740wib.0 for ; Tue, 11 Feb 2014 14:10:16 -0800 (PST) Date: Tue, 11 Feb 2014 23:10:10 +0100 From: Hani Benhabiles Message-ID: <20140211221010.GC13922@Inspiron-3521> References: <1391725813-29514-1-git-send-email-kroosec@gmail.com> <20140211133913.56ebf266@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140211133913.56ebf266@redhat.com> 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: Luiz Capitulino Cc: imammedo@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com On Tue, Feb 11, 2014 at 01:39:13PM -0500, Luiz Capitulino wrote: > 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. Thanks Luiz! Sorry about the s-o-b. Signed-off-by: Hani Benhabiles