]> Git Repo - qemu.git/commit - tests/test-visitor-serialization.c
qapi: rename QmpInputVisitor to QObjectInputVisitor
authorDaniel P. Berrange <[email protected]>
Fri, 30 Sep 2016 14:45:27 +0000 (15:45 +0100)
committerMarkus Armbruster <[email protected]>
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Daniel P. Berrange <[email protected]>
Message-Id: <1475246744[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
[Straightforwardly rebased, split into file and identifier rename]
Signed-off-by: Markus Armbruster <[email protected]>
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
This page took 0.031602 seconds and 4 git commands to generate.