Eric Blake writes:
> qapi-commands has a nice helper gen_err_check(), but did not
but does not use
> use it everywhere. In fact, using it in more places makes it
> easier to reduce the lines of code used for generating error
> checks. This in turn will make it easier for later patches
> to con
On 10/01/2015 06:40 AM, Markus Armbruster wrote:
> Eric Blake writes:
>
>> qapi-commands has a nice helper gen_err_check(), but did not
>
> but does not use
>
>> use it everywhere. In fact, using it in more places makes it
>> easier to reduce the lines of code used for generating error
>> check