Eric Blake <ebl...@redhat.com> writes: > According to this email: > https://lists.gnu.org/archive/html/qemu-devel/2014-05/msg00708.html > we want to repurpose 'data': { 'name': {dict...} } in qapi files > for future use of designating default values of optional parameters. > But to do that, we must first nuke existing use of that syntax for > declaring nested structs. Enhancing the testsuite while at it > never hurts.
I had a few remarks here and there, but overall, this is solid work. Thanks for tackling this!