From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmWYi-0005cR-HY for qemu-devel@nongnu.org; Mon, 19 May 2014 19:01:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmWYX-0005iy-VF for qemu-devel@nongnu.org; Mon, 19 May 2014 19:01:28 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:65438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmWYX-0005id-P5 for qemu-devel@nongnu.org; Mon, 19 May 2014 19:01:17 -0400 Received: by mail-wi0-f178.google.com with SMTP id cc10so4974wib.17 for ; Mon, 19 May 2014 16:01:16 -0700 (PDT) From: Hani Benhabiles Date: Tue, 20 May 2014 00:01:01 +0100 Message-Id: <1400540468-1177-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 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