]> Git Repo - qemu.git/commit
monitor: support sub command in auto completion
authorWenchao Xia <[email protected]>
Tue, 27 Aug 2013 12:38:25 +0000 (20:38 +0800)
committerLuiz Capitulino <[email protected]>
Fri, 30 Aug 2013 11:41:15 +0000 (07:41 -0400)
commitd903a779cf2f1fa5cd12076411a00b835f1b7b26
tree71a4b6e61e306dac0da8773c92aa99e240e6d71c
parentc35b6400338897847bbab1b0f65d89552636579a
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
monitor.c
This page took 0.021275 seconds and 4 git commands to generate.