]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
authorMark Wu <wudxw@linux.vnet.ibm.com>
Wed, 9 Oct 2013 02:37:26 +0000 (10:37 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 10 Oct 2013 19:52:37 +0000 (14:52 -0500)
commit0106dc4f05231b44f54fae5d0ee42031298588bd
tree1cf3abee62ae0ba948b2b4a2a7abf927575509ef
parent8dc4d915dd6ea347a47557f5aa75a648555fe253
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'

Now we have several qemu-ga commands not returning response on success.
It has been documented in qga/qapi-schema.json already. This patch exposes
the 'success-response' flag by extending 'guest-info' command. With this
change, the clients can handle the command response more flexibly.

Signed-off-by: Mark Wu <wudxw@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
*fixed up commit subject
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
include/qapi/qmp/dispatch.h
qapi/qmp-registry.c
qga/commands.c
qga/qapi-schema.json