Re: [Qemu-devel] [PATCH v3 19/49] qapi: factor out check_known_keys()

2018-06-25 Thread Markus Armbruster
Marc-André Lureau writes: > The following patches are going to need similar checks from various > code path. This refactoring will report all conflicting keys (instead > of the first one encountered). > > Modify unknown-expr-key to check plural form. > > Signed-off-by: Marc-André Lureau > --- >

[Qemu-devel] [PATCH v3 19/49] qapi: factor out check_known_keys()

2018-03-21 Thread Marc-André Lureau
The following patches are going to need similar checks from various code path. This refactoring will report all conflicting keys (instead of the first one encountered). Modify unknown-expr-key to check plural form. Signed-off-by: Marc-André Lureau --- scripts/qapi/common.py | 2