qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] monitor: Completion support for various command


From: Hani Benhabiles
Subject: [Qemu-devel] [PATCH 0/7] monitor: Completion support for various commands.
Date: Sun, 9 Mar 2014 12:16:10 +0100

This patch series adds a new callback to mon_cmd_t which will make adding
completion support for more commands cleaner.

It then adds full or partial arguments completion for 7 different hmp commands.

Hani Benhabiles (7):
  monitor: Add command_completion callback to mon_cmd_t.
  monitor: Add chardev-remove id argument completion.
  monitor: Add chardev-add backend argument completion.
  monitor: Add cpu index argument completion.
  monitor: Add set_link arguments completion.
  monitor: Add netdev_add type argument completion.
  monitor: Add netdev_del id argument completion.

 hmp-commands.hx |  14 +++-
 hmp.h           |  11 +++
 monitor.c       | 213 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 211 insertions(+), 27 deletions(-)

-- 
1.8.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]