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

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>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1488317230-26248-13-git-send-email-armbru@redhat.com>
block.c
include/qapi/qmp/qjson.h
monitor.c
qobject/qjson.c
tests/check-qjson.c
tests/test-visitor-serialization.c