mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00

We always report "should be a dictionary" then. This is misleading: when allow_dict, it can be a dictionary or a type name string, else it can only be a type name. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
3 lines
114 B
JSON
3 lines
114 B
JSON
# FIXME error "should be a dictionary" is misleading, type name is also fine
|
|
{ 'struct': 'foo',
|
|
'data': false }
|