qapi: rename QmpInputVisitor to QObjectInputVisitor
The QmpInputVisitor has no direct dependency on QMP. It is valid to use it anywhere that one has a QObject. Rename it to better reflect its functionality as a generic QObject to QAPI converter. The previous commit 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-5-git-send-email-berrange@redhat.com> Reviewed-by:
Markus Armbruster <armbru@redhat.com> [Straightforwardly rebased, split into file and identifier rename] Signed-off-by:
Markus Armbruster <armbru@redhat.com>
Showing
- docs/qapi-code-gen.txt 1 addition, 1 deletiondocs/qapi-code-gen.txt
- include/qapi/qobject-input-visitor.h 2 additions, 2 deletionsinclude/qapi/qobject-input-visitor.h
- qapi/qobject-input-visitor.c 85 additions, 83 deletionsqapi/qobject-input-visitor.c
- qmp.c 1 addition, 1 deletionqmp.c
- qom/qom-qobject.c 1 addition, 1 deletionqom/qom-qobject.c
- scripts/qapi-commands.py 1 addition, 1 deletionscripts/qapi-commands.py
- target-s390x/cpu_models.c 1 addition, 1 deletiontarget-s390x/cpu_models.c
- tests/check-qnull.c 1 addition, 1 deletiontests/check-qnull.c
- tests/test-qmp-commands.c 1 addition, 1 deletiontests/test-qmp-commands.c
- tests/test-qobject-input-strict.c 1 addition, 1 deletiontests/test-qobject-input-strict.c
- tests/test-qobject-input-visitor.c 1 addition, 1 deletiontests/test-qobject-input-visitor.c
- tests/test-visitor-serialization.c 1 addition, 1 deletiontests/test-visitor-serialization.c
Loading
Please register or sign in to comment