]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: Fix HMP tab completion
authorKevin Wolf <kwolf@redhat.com>
Wed, 12 Nov 2014 15:24:02 +0000 (16:24 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 10 Dec 2014 09:31:11 +0000 (10:31 +0100)
commit48fe86f6400574165979e0db6f5937ad487b6888
tree7ff0488bc77df709cf19029ace60d5821ef06025
parente6bb31ec6f7ef7c78c897390ecc6c6a34a7f9f5a
monitor: Fix HMP tab completion

Commands with multiple boolean flag options (like 'info block') didn't
provide correct completion because only the first one was skipped.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
monitor.c