diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-24 16:33:59 -0700 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-27 09:27:56 -0400 |
commit | d6f9c82c62023c1ed5af76847c55b0a663bdd2cc (patch) | |
tree | cc3d9a6d8738475f7f2dd751db3a5ed937f39aab /tests | |
parent | 1dbbe04525d35b6888a6a89f97302306d06eafae (diff) | |
download | qemu-d6f9c82c62023c1ed5af76847c55b0a663bdd2cc.zip qemu-d6f9c82c62023c1ed5af76847c55b0a663bdd2cc.tar.gz qemu-d6f9c82c62023c1ed5af76847c55b0a663bdd2cc.tar.bz2 |
qapi script: clean up in scripts
This patch improve docs and uses c_type(argentry, is_param=True)
in script.
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qapi-schema/event-nest-struct.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/event-nest-struct.err b/tests/qapi-schema/event-nest-struct.err index e4a0faa..91bde1c 100644 --- a/tests/qapi-schema/event-nest-struct.err +++ b/tests/qapi-schema/event-nest-struct.err @@ -1 +1 @@ -tests/qapi-schema/event-nest-struct.json:1: Nested structure define in event is not supported now, event 'EVENT_A', argname 'a' +tests/qapi-schema/event-nest-struct.json:1: Nested structure define in event is not supported, event 'EVENT_A', argname 'a' |