qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/16] QMP queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PULL 00/16] QMP queue
Date: Fri, 30 Aug 2013 08:22:21 -0400

The following changes since commit b5d54bd42158b90b239bb6ce9c13072eb3a53fd2:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 (2013-08-29 
17:21:51 -0500)

are available in the git repository at:


  git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

for you to fetch changes up to 7ca0e061044615e39eab2b22b8fc2791a4d77c34:

  monitor: improve auto complete of "help" for single command in sub group 
(2013-08-30 07:41:15 -0400)

----------------------------------------------------------------
Stefan Weil (1):
      monitor: Add missing attributes to local function

Wenchao Xia (15):
      monitor: avoid use of global *cur_mon in cmd_completion()
      monitor: avoid use of global *cur_mon in file_completion()
      monitor: avoid use of global *cur_mon in block_completion_it()
      monitor: avoid use of global *cur_mon in monitor_find_completion()
      monitor: avoid use of global *cur_mon in readline_completion()
      monitor: call sortcmdlist() only one time
      monitor: split off monitor_data_init()
      monitor: avoid direct use of global variable *mon_cmds
      monitor: code move for parse_cmdline()
      monitor: refine parse_cmdline()
      monitor: support sub command in help
      monitor: refine monitor_find_completion()
      monitor: support sub command in auto completion
      monitor: allow "help" show message for single command in sub group
      monitor: improve auto complete of "help" for single command in sub group

 hmp-commands.hx            |   2 +-
 include/monitor/readline.h |   3 +-
 monitor.c                  | 462 +++++++++++++++++++++++++++++----------------
 readline.c                 |   5 +-
 4 files changed, 305 insertions(+), 167 deletions(-)



reply via email to

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