]> git.proxmox.com Git - mirror_qemu.git/commit
qobject: Propagate parse errors through qobject_from_jsonv()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 28 Feb 2017 21:26:54 +0000 (22:26 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 7 Mar 2017 15:07:47 +0000 (16:07 +0100)
commit99dbfd1db1110f579f47b40155b9bf750d2cd6ad
tree8916e2a33a9a7c53f72fbff8f7df6d0fb61a74f2
parente3934b429760d788458d02bc4cad57d1c6a46ce7
qobject: Propagate parse errors through qobject_from_jsonv()

The next few commits will put the errors to use where appropriate.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <1488317230-26248-9-git-send-email-armbru@redhat.com>
include/qapi/qmp/qjson.h
qobject/qjson.c
tests/libqtest.c
tests/test-qobject-input-visitor.c