diff options
| author | Wenchao Xia | 2013-08-27 14:38:25 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2013-08-30 13:41:15 +0200 |
| commit | d903a779cf2f1fa5cd12076411a00b835f1b7b26 (patch) | |
| tree | 71a4b6e61e306dac0da8773c92aa99e240e6d71c /scripts | |
| parent | monitor: refine monitor_find_completion() (diff) | |
| download | qemu-d903a779cf2f1fa5cd12076411a00b835f1b7b26.tar.gz qemu-d903a779cf2f1fa5cd12076411a00b835f1b7b26.tar.xz qemu-d903a779cf2f1fa5cd12076411a00b835f1b7b26.zip | |
monitor: support sub command in auto completion
This patch allows auto completion work normal for sub command case,
"info block [DEVICE]" can auto complete now, by re-enter the completion
function. In original code "info" is treated as a special case, now it
is treated as a sub command group, global variable info_cmds is not used
any more.
"help" command is still treated as a special case, since it is not a sub
command group but want to auto complete command in root command table.
Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
