]> git.proxmox.com Git - qemu.git/commit - qmp-commands.hx
qom: qom_{get, set} monitor commands (v2)
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 20:29:35 +0000 (14:29 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Dec 2011 15:20:48 +0000 (09:20 -0600)
commiteb6e8ea5c38b47a3c6cf27f4780abd92bc079caa
tree02cb9341c0ab3aefe309dd441b2a7c85829b6d97
parentb4b12c6247d89b94e197891fbadb2699fd469ed6
qom: qom_{get, set} monitor commands (v2)

This allows clients to read and write device model properties through QMP.  QAPI
doesn't support Visitor types yet and these commands are special in that they
don't work with fixed types.

I've added a documentation stub to qapi-schema.json so we can keep consistency
there.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.h
qapi-schema.json
qmp-commands.hx
qmp.c