]> git.proxmox.com Git - qemu.git/commit
HMP: add infrastructure for sub command
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Mon, 14 Jan 2013 06:06:27 +0000 (14:06 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 17 Jan 2013 12:24:52 +0000 (10:24 -0200)
commit5f3d335fbdaccc5044bdfe0c6aefb865e48b9100
treeb97c95e68652bce37a442cadd0a3f5d094e5c4bf
parent5f11cb002a342e4fc0f87bb36fbabbc19bf04728
HMP: add infrastructure for sub command

  This patch make parsing of hmp command aware of that it may
have sub command. Also discard simple encapsulation function
monitor_find_command(). For case "@command ", space after
@command is filtered out.

Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c