Re: [PATCH v3 22/30] qapi rocker: Elide redundant has_FOO in generated C

2022-11-05 Thread Philippe Mathieu-Daudé
On 4/11/22 17:07, Markus Armbruster wrote: The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for qapi/r

[PATCH v3 22/30] qapi rocker: Elide redundant has_FOO in generated C

2022-11-04 Thread Markus Armbruster
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for qapi/rocker.json. Said commit explains the transfo