Re: [Qemu-devel] [PATCH v6 12/27] qapi: add a dictionnary form with 'name' key for enum members

2018-12-08 Thread Marc-André Lureau
Hi On Wed, Dec 5, 2018 at 10:02 PM Markus Armbruster wrote: > > In subject, s/dictionnary/dictionary/ > > Marc-André Lureau writes: > > > Desugar the enum NAME form to { 'name': NAME }. This will allow to add > > new enum members, such as 'if' in the following patch. > > > > Signed-off-by:

Re: [Qemu-devel] [PATCH v6 12/27] qapi: add a dictionnary form with 'name' key for enum members

2018-12-05 Thread Markus Armbruster
In subject, s/dictionnary/dictionary/ Marc-André Lureau writes: > Desugar the enum NAME form to { 'name': NAME }. This will allow to add > new enum members, such as 'if' in the following patch. > > Signed-off-by: Marc-André Lureau > --- > scripts/qapi/common.py| 47

[Qemu-devel] [PATCH v6 12/27] qapi: add a dictionnary form with 'name' key for enum members

2018-07-06 Thread Marc-André Lureau
Desugar the enum NAME form to { 'name': NAME }. This will allow to add new enum members, such as 'if' in the following patch. Signed-off-by: Marc-André Lureau --- scripts/qapi/common.py| 47 --- tests/Makefile.include| 3 +-