]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: Fix command completion vs. boolean switches
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 15 Jun 2010 22:38:34 +0000 (00:38 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 1 Jul 2010 16:58:38 +0000 (13:58 -0300)
commit3b6dbf277232920a6463fc01d630e4d9dc378ef6
tree4fa604180faccc06cd061fc5da91b0bdd60fd56d
parent03a63484a6978f68caff087bbaabcd1d383563af
monitor: Fix command completion vs. boolean switches

We now have to move forward to the next argument type via next_arg_type.
This patch fixes completion for 'eject' and maybe also other commands.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c