qapi: rename QmpOutputVisitor to QObjectOutputVisitor
The QmpOutputVisitor has no direct dependency on QMP. It is valid to use it anywhere that one wants a QObject. Rename it to better reflect its functionality as a generic QAPI to QObject converter. The commit before previous renamed the files, this one renames C identifiers. Reviewed-by:Kevin Wolf <kwolf@redhat.com> Reviewed-by:
Eric Blake <eblake@redhat.com> Signed-off-by:
Daniel P. Berrange <berrange@redhat.com> Message-Id: <1475246744-29302-6-git-send-email-berrange@redhat.com> Reviewed-by:
Markus Armbruster <armbru@redhat.com> [Split into file rename and identifier rename] Signed-off-by:
Markus Armbruster <armbru@redhat.com>
Showing
- block/qapi.c 1 addition, 1 deletionblock/qapi.c
- blockdev.c 1 addition, 1 deletionblockdev.c
- docs/qapi-code-gen.txt 1 addition, 1 deletiondocs/qapi-code-gen.txt
- include/qapi/qobject-output-visitor.h 2 additions, 2 deletionsinclude/qapi/qobject-output-visitor.h
- qapi/qobject-output-visitor.c 80 additions, 82 deletionsqapi/qobject-output-visitor.c
- qemu-img.c 3 additions, 3 deletionsqemu-img.c
- qom/qom-qobject.c 1 addition, 1 deletionqom/qom-qobject.c
- scripts/qapi-commands.py 1 addition, 1 deletionscripts/qapi-commands.py
- scripts/qapi-event.py 1 addition, 1 deletionscripts/qapi-event.py
- tests/check-qnull.c 1 addition, 1 deletiontests/check-qnull.c
- tests/test-qobject-output-visitor.c 1 addition, 1 deletiontests/test-qobject-output-visitor.c
- tests/test-visitor-serialization.c 1 addition, 1 deletiontests/test-visitor-serialization.c
Loading
Please register or sign in to comment