From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Why06-0001C0-3S for qemu-devel@nongnu.org; Wed, 07 May 2014 05:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Why00-0005zx-1n for qemu-devel@nongnu.org; Wed, 07 May 2014 05:18:54 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:61849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whxzz-0005za-SD for qemu-devel@nongnu.org; Wed, 07 May 2014 05:18:47 -0400 Received: by mail-wi0-f181.google.com with SMTP id n15so944298wiw.14 for ; Wed, 07 May 2014 02:18:47 -0700 (PDT) Date: Wed, 7 May 2014 11:18:44 +0200 From: Stefan Hajnoczi Message-ID: <20140507091844.GA1771@stefanha-thinkpad.muc.redhat.com> References: <1398614409-30792-1-git-send-email-kroosec@gmail.com> <1398614409-30792-6-git-send-email-kroosec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398614409-30792-6-git-send-email-kroosec@gmail.com> Subject: Re: [Qemu-devel] [PATCH 5/7] monitor: Add set_link arguments completion. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles Cc: qemu-devel@nongnu.org, stefanha@redhat.com, lcapitulino@redhat.com On Sun, Apr 27, 2014 at 05:00:06PM +0100, Hani Benhabiles wrote: > Make it possible to query all net clients without specifying an ID when calling > qemu_find_net_clients_except(). > > This also adds the add_completion_option() function which is to be used for > other commands completions as well. > > Signed-off-by: Hani Benhabiles > --- > hmp-commands.hx | 1 + > hmp.h | 1 + > monitor.c | 34 ++++++++++++++++++++++++++++++++++ > net/net.c | 2 +- > 4 files changed, 37 insertions(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi