]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-qobject-input-visitor.c
qapi: Introduce a first class 'null' type
authorMarkus Armbruster <armbru@redhat.com>
Mon, 26 Jun 2017 17:25:14 +0000 (19:25 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 24 Jul 2017 11:35:11 +0000 (13:35 +0200)
commit4d2d5c41a9e8ee201cda8be8701f7f9fc92e71aa
treebf7c9f1260f68a8e9d9409fd664225e324414721
parentd2f95f4d482374485234790a6fc3cca29ebb7355
qapi: Introduce a first class 'null' type

I expect the 'null' type to be useful mostly for members of alternate
types.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/devel/qapi-code-gen.txt
include/qapi/qmp/qobject.h
include/qemu/typedefs.h
scripts/qapi.py
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/test-qobject-input-visitor.c
tests/test-qobject-output-visitor.c