qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] QMP queue
@ 2013-08-30 12:22 Luiz Capitulino
  2013-08-30 12:22 ` [Qemu-devel] [PULL 01/16] monitor: Add missing attributes to local function Luiz Capitulino
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Luiz Capitulino @ 2013-08-30 12:22 UTC (permalink / raw)
  To: anthony; +Cc: qemu-devel

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(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-08-30 12:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-30 12:22 [Qemu-devel] [PULL 00/16] QMP queue Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 01/16] monitor: Add missing attributes to local function Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 02/16] monitor: avoid use of global *cur_mon in cmd_completion() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 03/16] monitor: avoid use of global *cur_mon in file_completion() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 04/16] monitor: avoid use of global *cur_mon in block_completion_it() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 05/16] monitor: avoid use of global *cur_mon in monitor_find_completion() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 06/16] monitor: avoid use of global *cur_mon in readline_completion() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 07/16] monitor: call sortcmdlist() only one time Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 08/16] monitor: split off monitor_data_init() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 09/16] monitor: avoid direct use of global variable *mon_cmds Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 10/16] monitor: code move for parse_cmdline() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 11/16] monitor: refine parse_cmdline() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 12/16] monitor: support sub command in help Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 13/16] monitor: refine monitor_find_completion() Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 14/16] monitor: support sub command in auto completion Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 15/16] monitor: allow "help" show message for single command in sub group Luiz Capitulino
2013-08-30 12:22 ` [Qemu-devel] [PULL 16/16] monitor: improve auto complete of "help" " Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).