Re: [Qemu-devel] [PATCH v4 01/14] qapi: Parse numeric values

2019-11-14 Thread Markus Armbruster
Max Reitz writes: > On 14.11.19 10:15, Markus Armbruster wrote: >> Max Reitz writes: >> >>> Signed-off-by: Max Reitz >>> --- >>> tests/qapi-schema/bad-type-int.json | 1 - >>> tests/qapi-schema/enum-int-member.json | 1 - >>> scripts/qapi/common.py | 25

Re: [Qemu-devel] [PATCH v4 01/14] qapi: Parse numeric values

2019-11-14 Thread Max Reitz
On 14.11.19 10:15, Markus Armbruster wrote: > Max Reitz writes: > >> Signed-off-by: Max Reitz >> --- >> tests/qapi-schema/bad-type-int.json | 1 - >> tests/qapi-schema/enum-int-member.json | 1 - >> scripts/qapi/common.py | 25 >>

Re: [Qemu-devel] [PATCH v4 01/14] qapi: Parse numeric values

2019-11-14 Thread Markus Armbruster
Max Reitz writes: > Signed-off-by: Max Reitz > --- > tests/qapi-schema/bad-type-int.json | 1 - > tests/qapi-schema/enum-int-member.json | 1 - > scripts/qapi/common.py | 25 > scripts/qapi/introspect.py | 2 ++ >