]> git.proxmox.com Git - qemu.git/commit - qapi-schema.json
monitor: introduce query-command-line-options
authorAmos Kong <akong@redhat.com>
Thu, 25 Apr 2013 09:50:35 +0000 (17:50 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 25 Apr 2013 14:07:06 +0000 (10:07 -0400)
commit1f8f987d349f8f1bace4b47a83323b68ab0e084c
tree8edfe054ddf512746ecea66c6035966942a26b84
parent9953f8822cc316eec9962f0a2858c3439a80adec
monitor: introduce query-command-line-options

Libvirt has no way to probe if an option or property is supported,
This patch introduces a new qmp command to query command line
option information. hmp command isn't added because it's not needed.

Signed-off-by: Amos Kong <akong@redhat.com>
CC: Luiz Capitulino <lcapitulino@redhat.com>
CC: Osier Yang <jyang@redhat.com>
CC: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qapi-schema.json
qmp-commands.hx
util/qemu-config.c