diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-21 17:42:41 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2022-04-21 10:11:25 +0200 |
| commit | a58069494ded1282c36b7fca8d67bf487c160983 (patch) | |
| tree | c6de12c9b556a9b22d3d2bad9d99c6057402daa5 /tests/qapi-schema/alternate-array.err | |
| parent | 9c125d17e9402c232c46610802e5931b3639d77b (diff) | |
| download | focaccia-qemu-a58069494ded1282c36b7fca8d67bf487c160983.tar.gz focaccia-qemu-a58069494ded1282c36b7fca8d67bf487c160983.zip | |
qapi-schema: support alternates with array type
Detect array types as alternate branches, and turn the JSON list into a QAPISchemaArrayType. Array types in an alternate are represented with QTYPE_QLIST in the type field. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220321164243.200569-2-pbonzini@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/alternate-array.err')
| -rw-r--r-- | tests/qapi-schema/alternate-array.err | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/alternate-array.err b/tests/qapi-schema/alternate-array.err index b1aa1f4e8d..e69de29bb2 100644 --- a/tests/qapi-schema/alternate-array.err +++ b/tests/qapi-schema/alternate-array.err @@ -1,2 +0,0 @@ -alternate-array.json: In alternate 'Alt': -alternate-array.json:5: 'data' member 'two' cannot be an array |