From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmWat-0000sj-QI for qemu-devel@nongnu.org; Mon, 19 May 2014 19:03:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmWak-0006WT-QB for qemu-devel@nongnu.org; Mon, 19 May 2014 19:03:43 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:46461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmWak-0006WL-K2 for qemu-devel@nongnu.org; Mon, 19 May 2014 19:03:34 -0400 Received: by mail-wg0-f48.google.com with SMTP id b13so8438980wgh.31 for ; Mon, 19 May 2014 16:03:33 -0700 (PDT) From: Hani Benhabiles Date: Tue, 20 May 2014 00:03:13 +0100 Message-Id: <1400540600-1328-1-git-send-email-kroosec@gmail.com> Subject: [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 Cc: kwolf@redhat.com, mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com, stefanha@redhat.com, imammedo@redhat.com A set of patches adding completion support for various hmp commands. Following other series that were merged earlier. 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