xemu/scripts/qapi
Marc-André Lureau 5751686364 qapi: rename QAPISchemaEnumType.values to .members
Rename QAPISchemaEnumType.values and related variables to members.
Makes sense ever since commit 93bda4dd4 changed .values from list of
string to list of QAPISchemaMember. Obvious no-op.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20181208111606.8505-4-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2018-12-13 19:20:11 +01:00
..
__init__.py qapi-gen: New common driver for code and doc generators 2018-03-02 13:14:09 -06:00
commands.py qapi/commands: add #if conditions to commands 2018-07-03 18:38:54 +02:00
common.py qapi: rename QAPISchemaEnumType.values to .members 2018-12-13 19:20:11 +01:00
doc.py qapi: add 'If:' section to generated documentation 2018-07-03 18:38:54 +02:00
events.py qapi: Drop qapi_event_send_FOO()'s Error ** argument 2018-08-28 18:21:38 +02:00
introspect.py qapi: Add comments to aid debugging generated introspection 2018-08-28 18:21:38 +02:00
types.py qapi-types: add #if conditions to types & visitors 2018-07-03 18:38:53 +02:00
visit.py qapi: Fix some pycodestyle-3 complaints 2018-08-15 07:24:22 +02:00