Eric Blake writes:
> On 09/16/2015 05:06 AM, Markus Armbruster wrote:
>> The visitor will help keeping the code generation code simple and
>> reasonably separated from QAPISchema details.
>>
>> Signed-off-by: Markus Armbruster
>> ---
>> scripts/qapi.py | 64
>>
On 09/16/2015 05:06 AM, Markus Armbruster wrote:
> The visitor will help keeping the code generation code simple and
> reasonably separated from QAPISchema details.
>
> Signed-off-by: Markus Armbruster
> ---
> scripts/qapi.py | 64
> +
> 1
On Wed, Sep 16, 2015 at 01:06:07PM +0200, Markus Armbruster wrote:
> The visitor will help keeping the code generation code simple and
> reasonably separated from QAPISchema details.
>
> Signed-off-by: Markus Armbruster
> ---
> scripts/qapi.py | 64
>
The visitor will help keeping the code generation code simple and
reasonably separated from QAPISchema details.
Signed-off-by: Markus Armbruster
---
scripts/qapi.py | 64 +
1 file changed, 64 insertions(+)
diff --git a/scripts/qapi.py b/sc