]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/qobject-input-visitor.c
qapi: Drop unused non-strict qobject input visitor
authorMarkus Armbruster <armbru@redhat.com>
Fri, 3 Mar 2017 12:32:39 +0000 (13:32 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sun, 5 Mar 2017 08:14:19 +0000 (09:14 +0100)
commit048abb7b20c9f822ad9d4b730bade73b3311a47a
treef1bdfb69e0ec12f437c130fecd88ece54e365f63
parentec95f6148ce0d48f098979ed2168708820abd9dd
qapi: Drop unused non-strict qobject input visitor

The split between tests/test-qobject-input-visitor.c and
tests/test-qobject-input-strict.c now makes less sense than ever.  The
next commit will take care of that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1488544368-30622-20-git-send-email-armbru@redhat.com>
16 files changed:
block/nbd.c
block/nfs.c
block/ssh.c
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/qmp-test.c
tests/test-qmp-commands.c
tests/test-qobject-input-strict.c
tests/test-qobject-input-visitor.c
tests/test-visitor-serialization.c