]> xenbits.xensource.com Git - qemu-xen.git/commit
tests/qapi-schema: Drop simple union __org.qemu_x-Union1
authorMarkus Armbruster <armbru@redhat.com>
Fri, 17 Sep 2021 14:31:30 +0000 (16:31 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 27 Sep 2021 06:23:25 +0000 (08:23 +0200)
commitbb5821dd8194ed8b50f36a45ecffeac87045937d
tree2a3162ad6cb1a78c34dbc8f4b50f2e1c6c53f565
parent7a22dc17ac5990e5efce90f43ba33650ec9b6ff6
tests/qapi-schema: Drop simple union __org.qemu_x-Union1

Replace simple union __org.qemu_x-Union1 with flat union
__org.qemu_x-Union2, except drop it from __org.qemu_x-command, because
there it's only used to pull it into QMP.  Now drop the unused
-Union1, and rename -Union2 to -Union.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210917143134.412106-20-armbru@redhat.com>
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/unit/test-qmp-cmds.c