qapi: Rename 'fields' to 'members' in generator
C types and JSON objects don't have fields, but members. We shouldn't gratuitously invent terminology. This patch is a strict renaming of generator code internals (including testsuite comments), before later patches rename C interfaces. No change to generated code with this patch. Suggested-by:Markus Armbruster <armbru@redhat.com> Signed-off-by:
Eric Blake <eblake@redhat.com> Message-Id: <1457021813-10704-2-git-send-email-eblake@redhat.com> Signed-off-by:
Markus Armbruster <armbru@redhat.com>
Showing
- scripts/qapi-commands.py 2 additions, 2 deletionsscripts/qapi-commands.py
- scripts/qapi-event.py 2 additions, 2 deletionsscripts/qapi-event.py
- scripts/qapi-types.py 4 additions, 4 deletionsscripts/qapi-types.py
- scripts/qapi-visit.py 14 additions, 14 deletionsscripts/qapi-visit.py
- scripts/qapi.py 10 additions, 10 deletionsscripts/qapi.py
- tests/qapi-schema/qapi-schema-test.json 1 addition, 1 deletiontests/qapi-schema/qapi-schema-test.json
Please register or sign in to comment