Eric Blake <ebl...@redhat.com> writes: > For a few QMP commands, we are forced to pass an arbitrary type > without tracking it properly in QAPI. Among the existing clients, > this unnamed type was spelled 'dict', 'visitor', and '**'; this > patch standardizes on '**'. There is no difference to the generated > code. As the feature was previously undocumented, add some tests > and documentation on what we'd like to guarantee, although it will > take later patches to clean up test results. > > Signed-off-by: Eric Blake <ebl...@redhat.com>
Reviewed-by: Markus Armbruster <arm...@redhat.com>