Re: [Qemu-devel] [PATCH v14 14/19] qapi: Split visit_end_struct() into pieces

2016-04-15 Thread Markus Armbruster
Eric Blake writes: > As mentioned in previous patches, we want to call visit_end_struct() > functions unconditionally, so that visitors can release resources > tied up since the matching visit_start_struct() without also having > to worry about error priority if more than one error occurs. > > Ev

[Qemu-devel] [PATCH v14 14/19] qapi: Split visit_end_struct() into pieces

2016-04-08 Thread Eric Blake
As mentioned in previous patches, we want to call visit_end_struct() functions unconditionally, so that visitors can release resources tied up since the matching visit_start_struct() without also having to worry about error priority if more than one error occurs. Even though error_propagate() can