Re: [Qemu-devel] [PATCH 3/5] qapi: Visitor documentation tweak

2017-07-20 Thread Eric Blake
On 07/20/2017 05:00 AM, Markus Armbruster wrote: > Eric Blake writes: > >> Make it clear that the name parameter to visit_start_struct() >> has the same semantics as for visit_start_int(). >> >> Signed-off-by: Eric Blake >> --- >> + * The @name parameter of visit_type_FOO() and visit_start_OBJE

Re: [Qemu-devel] [PATCH 3/5] qapi: Visitor documentation tweak

2017-07-20 Thread Markus Armbruster
Eric Blake writes: > Make it clear that the name parameter to visit_start_struct() > has the same semantics as for visit_start_int(). > > Signed-off-by: Eric Blake > --- > include/qapi/visitor.h | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/include/qapi

[Qemu-devel] [PATCH 3/5] qapi: Visitor documentation tweak

2017-07-14 Thread Eric Blake
Make it clear that the name parameter to visit_start_struct() has the same semantics as for visit_start_int(). Signed-off-by: Eric Blake --- include/qapi/visitor.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/qapi/visitor.h b/include/qapi/visitor.h i