Re: [PATCH 02/13] qapi: Fix the virtual walk example in visitor.h's big comment

2020-04-23 Thread Eric Blake
On 4/23/20 11:00 AM, Markus Armbruster wrote: Call visit_check_list(). Missed in commit a4a1c70dc7 "qapi: Make input visitors detect unvisited list tails". Drop an irrelevant error_propagate() while there. Aha - you found this because of your error cleanup work ;) Signed-off-by: Markus Arm

[PATCH 02/13] qapi: Fix the virtual walk example in visitor.h's big comment

2020-04-23 Thread Markus Armbruster
Call visit_check_list(). Missed in commit a4a1c70dc7 "qapi: Make input visitors detect unvisited list tails". Drop an irrelevant error_propagate() while there. Signed-off-by: Markus Armbruster --- include/qapi/visitor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc