]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Support downstream events and commands
authorEric Blake <eblake@redhat.com>
Thu, 14 May 2015 12:51:01 +0000 (06:51 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 14 May 2015 16:21:27 +0000 (18:21 +0200)
commite3c4c3d796c1147d32f66fa1413d5d7c49d5aa37
tree99b5e2ca8389560c6e2c379553260fd12ab0c1a2
parentd1f07c86c05706facf950b0b0dba370f71fd5ef6
qapi: Support downstream events and commands

Enhance the testsuite to cover downstream events and commands.
Events worked without more tweaks, but commands needed a few final
updates in the generator to mangle names in the appropriate places.
In making those tweaks, it was easier to drop type_visitor() and
inline its actions instead.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi-commands.py
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/test-qmp-commands.c