[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(-)
- [Qemu-devel] [PULL 00/16] QMP queue,
Luiz Capitulino <=
- [Qemu-devel] [PULL 01/16] monitor: Add missing attributes to local function, Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 02/16] monitor: avoid use of global *cur_mon in cmd_completion(), Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 04/16] monitor: avoid use of global *cur_mon in block_completion_it(), Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 03/16] monitor: avoid use of global *cur_mon in file_completion(), Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 05/16] monitor: avoid use of global *cur_mon in monitor_find_completion(), Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 06/16] monitor: avoid use of global *cur_mon in readline_completion(), Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 07/16] monitor: call sortcmdlist() only one time, Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 08/16] monitor: split off monitor_data_init(), Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 09/16] monitor: avoid direct use of global variable *mon_cmds, Luiz Capitulino, 2013/08/30
- [Qemu-devel] [PULL 10/16] monitor: code move for parse_cmdline(), Luiz Capitulino, 2013/08/30