mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
tests/qapi-schema: Wean off UserDefListUnion
Command boxed-union uses simple union UserDefListUnion to cover unions. Use UserDefFlatUnion instead. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20210917143134.412106-16-armbru@redhat.com>
This commit is contained in:
parent
16821fc85b
commit
1e65e16ca3
3 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ void qmp_boxed_struct(UserDefZero *arg, Error **errp)
|
|||
{
|
||||
}
|
||||
|
||||
void qmp_boxed_union(UserDefListUnion *arg, Error **errp)
|
||||
void qmp_boxed_union(UserDefFlatUnion *arg, Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue