Re: [Qemu-devel] [PATCH v7 03/14] qapi: Provide nicer array names in introspection

2015-10-22 Thread Markus Armbruster
Eric Blake writes: > For the sake of humans reading introspection output, it is nice > to have the name of implicit array types be recognizable as > arrays of the underlying type. However, while this patch allows > humans to skip from a command with return type "[123]" straight > to the definiti

[Qemu-devel] [PATCH v7 03/14] qapi: Provide nicer array names in introspection

2015-10-16 Thread Eric Blake
For the sake of humans reading introspection output, it is nice to have the name of implicit array types be recognizable as arrays of the underlying type. However, while this patch allows humans to skip from a command with return type "[123]" straight to the definition of type "123" without having