mirror of
https://github.com/qemu/qemu.git
synced 2025-08-02 12:45:00 +00:00

The old code prints the result of parsing (list of expression dictionaries), and partial results of semantic analysis (list of enum dictionaries, list of struct dictionaries). The new code prints a trace of a schema visit, i.e. what the back-ends are going to use. Built-in and array types are omitted, because they're boring. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
object :obj-okay-arg
|
|
member member1: intList optional=False
|
|
member member2: defList optional=False
|
|
enum abc ['a', 'b', 'c']
|
|
object def
|
|
member array: abcList optional=False
|
|
command okay :obj-okay-arg -> None
|
|
gen=True success_response=True
|