From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmWdB-0004Sr-3T for qemu-devel@nongnu.org; Mon, 19 May 2014 19:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmWd1-00087E-NU for qemu-devel@nongnu.org; Mon, 19 May 2014 19:06:04 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:35947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmWd1-00086y-ES for qemu-devel@nongnu.org; Mon, 19 May 2014 19:05:55 -0400 Received: by mail-wg0-f49.google.com with SMTP id m15so8438730wgh.8 for ; Mon, 19 May 2014 16:05:54 -0700 (PDT) Received: from Inspiron-3521 ([41.109.153.248]) by mx.google.com with ESMTPSA id kp5sm15883779wjb.30.2014.05.19.16.05.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 19 May 2014 16:05:53 -0700 (PDT) Date: Tue, 20 May 2014 00:05:51 +0100 From: Hani Benhabiles Message-ID: <20140519230551.GC21461@Inspiron-3521> References: <1400540468-1177-1-git-send-email-kroosec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400540468-1177-1-git-send-email-kroosec@gmail.com> Subject: Re: [Qemu-devel] monitor: Command completion for various commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, May 20, 2014 at 12:01:01AM +0100, Hani Benhabiles wrote: > A set of patches adding completion support for various hmp commands. Following > other series that were merged earlier. > Resent the complete series. Please ignore this incomplete one. Sorry for the flood. > Hani Benhabiles (7): > monitor: Add ringbuf_write and ringbuf_read argument completion. > monitor: Add watchdog_action argument completion. > monitor: Add migrate_set_capability completion. > monitor: Add host_net_add device argument completion. > readline: Make completion strings always unique. > monitor: Add host_net_remove arguments completion. > monitor: Add delvm and loadvm argument completion. > > hmp-commands.hx | 10 ++- > hmp.h | 11 ++++ > include/sysemu/char.h | 3 +- > monitor.c | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++ > qemu-char.c | 2 +- > util/readline.c | 6 ++ > 6 files changed, 202 insertions(+), 4 deletions(-) > > -- > 1.8.3.2 >