Re: [Qemu-devel] [PATCH 2/5] qapi: Clean up documentation of alternate mappings

2015-03-30 Thread Eric Blake
On 03/27/2015 05:02 AM, Markus Armbruster wrote: > Eric Blake writes: > >> QObject is an internal coding concept and requires the reader to >> reverse engineer the mapping; it is nicer to be explicit and call >> out specific JSON types. >> >> +for QMP, instead appearing only in the generated C c

Re: [Qemu-devel] [PATCH 2/5] qapi: Clean up documentation of alternate mappings

2015-03-27 Thread Markus Armbruster
Eric Blake writes: > QObject is an internal coding concept and requires the reader to > reverse engineer the mapping; it is nicer to be explicit and call > out specific JSON types. > > Signed-off-by: Eric Blake > --- > docs/qapi-code-gen.txt | 24 ++-- > 1 file changed, 14 i

[Qemu-devel] [PATCH 2/5] qapi: Clean up documentation of alternate mappings

2015-03-25 Thread Eric Blake
QObject is an internal coding concept and requires the reader to reverse engineer the mapping; it is nicer to be explicit and call out specific JSON types. Signed-off-by: Eric Blake --- docs/qapi-code-gen.txt | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff