Re: [PATCH 12/13] qapi: Only input visitors can actually fail

2020-04-23 Thread Eric Blake
On 4/23/20 11:00 AM, Markus Armbruster wrote: The previous few commits have made this more obvious, and removed the one exception. Time to clarify the documentation, and drop dead error checking. Signed-off-by: Markus Armbruster --- I guess the only other failures an output visitor might

[PATCH 12/13] qapi: Only input visitors can actually fail

2020-04-23 Thread Markus Armbruster
The previous few commits have made this more obvious, and removed the one exception. Time to clarify the documentation, and drop dead error checking. Signed-off-by: Markus Armbruster --- include/qapi/visitor-impl.h | 4 include/qapi/visitor.h | 40