diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-11 10:35:54 +0100 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2018-03-02 13:14:10 -0600 |
commit | 8a84767cc4f7e00e5dd62435c32be9e7d2cbe4d3 (patch) | |
tree | d406903daba9ec39ff3b2d448ba373c3c1d2092b /tests/qapi-schema/comments.out | |
parent | 97f0249474d19c1d60fb9d934c8bc08625a619ca (diff) | |
download | qemu-8a84767cc4f7e00e5dd62435c32be9e7d2cbe4d3.zip qemu-8a84767cc4f7e00e5dd62435c32be9e7d2cbe4d3.tar.gz qemu-8a84767cc4f7e00e5dd62435c32be9e7d2cbe4d3.tar.bz2 |
qapi: Generate in source order
The generators' conversion to visitors (merge commit 9e72681d16)
changed the processing order of entities from source order to
alphabetical order. The next commit needs source order, so change it
back.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20180211093607.27351-17-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/comments.out')
-rw-r--r-- | tests/qapi-schema/comments.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/comments.out b/tests/qapi-schema/comments.out index 17e6525..0261ddf 100644 --- a/tests/qapi-schema/comments.out +++ b/tests/qapi-schema/comments.out @@ -1,4 +1,4 @@ +object q_empty enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool'] prefix QTYPE enum Status ['good', 'bad', 'ugly'] -object q_empty |