]> Git Repo - qemu.git/commit
qapi: Forbid 'type' in schema
authorEric Blake <[email protected]>
Mon, 4 May 2015 15:05:28 +0000 (09:05 -0600)
committerMarkus Armbruster <[email protected]>
Tue, 5 May 2015 16:39:01 +0000 (18:39 +0200)
commit3e391d355644b2bff7c9f187759aadb46c6e051f
tree6b4c8cf72241f97797f60a05289d5e3782692933
parent895a2a80e0e054f0d5d3715aa93d10d15e49f9f7
qapi: Forbid 'type' in schema

Referring to "type" as both a meta-type (built-in, enum, union,
alternate, or struct) and a specific type (the name that the
schema uses for declaring structs) is confusing.  Finish up the
conversion to using "struct" in qapi schema by removing the hack
in the generator that allowed 'type'.

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
scripts/qapi.py
This page took 0.020884 seconds and 4 git commands to generate.