qapi: rename QmpInputVisitor to QObjectInputVisitor
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 30 Sep 2016 14:45:27 +0000 (15:45 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 25 Oct 2016 14:25:54 +0000 (16:25 +0200)
commit09e68369a88d7de0f988972bf28eec1b80cc47f9
tree0d6f22681baf45b13f1eaf4cbb50ab7a2ce185c8
parentb3db211f3c80bb996a704d665fe275619f728bd4
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>
12 files changed:
docs/qapi-code-gen.txt
include/qapi/qobject-input-visitor.h
qapi/qobject-input-visitor.c
qmp.c
qom/qom-qobject.c
scripts/qapi-commands.py
target-s390x/cpu_models.c
tests/check-qnull.c
tests/test-qmp-commands.c
tests/test-qobject-input-strict.c
tests/test-qobject-input-visitor.c
tests/test-visitor-serialization.c