qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
The QMP visitors have no direct dependency on QMP. It is valid to use them anywhere that one has a QObject. Rename them to better reflect their functionality as a generic QObject to QAPI converter. This is the first of three parts: rename the files. The next two parts will rename C identifiers. The split is necessary to make git rename detection work. Reviewed-by:Kevin Wolf <kwolf@redhat.com> Reviewed-by:
Eric Blake <eblake@redhat.com> Signed-off-by:
Daniel P. Berrange <berrange@redhat.com> Reviewed-by:
Markus Armbruster <armbru@redhat.com> [Split into file and identifier rename, two comments touched up] 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
- include/qapi/qobject-input-visitor.h 3 additions, 3 deletionsinclude/qapi/qobject-input-visitor.h
- include/qapi/qobject-output-visitor.h 3 additions, 3 deletionsinclude/qapi/qobject-output-visitor.h
- include/qapi/visitor.h 3 additions, 3 deletionsinclude/qapi/visitor.h
- monitor.c 1 addition, 1 deletionmonitor.c
- qapi/Makefile.objs 2 additions, 2 deletionsqapi/Makefile.objs
- qapi/qapi-clone-visitor.c 1 addition, 1 deletionqapi/qapi-clone-visitor.c
- qapi/qobject-input-visitor.c 1 addition, 1 deletionqapi/qobject-input-visitor.c
- qapi/qobject-output-visitor.c 2 additions, 2 deletionsqapi/qobject-output-visitor.c
- qemu-img.c 1 addition, 1 deletionqemu-img.c
- qmp.c 1 addition, 1 deletionqmp.c
- qom/object_interfaces.c 1 addition, 1 deletionqom/object_interfaces.c
- qom/qom-qobject.c 2 additions, 2 deletionsqom/qom-qobject.c
- scripts/qapi-commands.py 2 additions, 2 deletionsscripts/qapi-commands.py
- scripts/qapi-event.py 1 addition, 1 deletionscripts/qapi-event.py
- target-s390x/cpu_models.c 1 addition, 1 deletiontarget-s390x/cpu_models.c
- tests/.gitignore 3 additions, 3 deletionstests/.gitignore
- tests/Makefile.include 10 additions, 10 deletionstests/Makefile.include
- tests/check-qnull.c 2 additions, 2 deletionstests/check-qnull.c
Loading
Please register or sign in to comment