]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-qobject-input-visitor.c
qapi: Introduce a first class 'any' type
authorMarkus Armbruster <armbru@redhat.com>
Wed, 16 Sep 2015 11:06:24 +0000 (13:06 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 21 Sep 2015 07:56:49 +0000 (09:56 +0200)
commit28770e057f265a4e70bcbdfc2447cce7b5f2dc19
treee0da3cb258bdbb19e46ab4868cd887dd064ee3db
parent6c2f9a15dfc8c18ba94defb0f819109902a817cb
qapi: Introduce a first class 'any' type

It's first class, because unlike '**', it actually works, i.e. doesn't
require 'gen': false.

'**' will go away next.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
28 files changed:
docs/qapi-code-gen.txt
include/qapi/visitor-impl.h
include/qapi/visitor.h
qapi/qapi-dealloc-visitor.c
qapi/qapi-visit-core.c
qapi/qmp-input-visitor.c
qapi/qmp-output-visitor.c
scripts/qapi-types.py
scripts/qapi.py
tests/Makefile
tests/qapi-schema/args-any.err [new file with mode: 0644]
tests/qapi-schema/args-any.exit [new file with mode: 0644]
tests/qapi-schema/args-any.json [new file with mode: 0644]
tests/qapi-schema/args-any.out [new file with mode: 0644]
tests/qapi-schema/flat-union-base-any.err [new file with mode: 0644]
tests/qapi-schema/flat-union-base-any.exit [new file with mode: 0644]
tests/qapi-schema/flat-union-base-any.json [new file with mode: 0644]
tests/qapi-schema/flat-union-base-any.out [new file with mode: 0644]
tests/qapi-schema/flat-union-base-star.err [deleted file]
tests/qapi-schema/flat-union-base-star.exit [deleted file]
tests/qapi-schema/flat-union-base-star.json [deleted file]
tests/qapi-schema/flat-union-base-star.out [deleted file]
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/qapi-schema/type-bypass.out
tests/test-qmp-commands.c
tests/test-qmp-input-visitor.c
tests/test-qmp-output-visitor.c