]> git.proxmox.com Git - mirror_qemu.git/commit
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
authorMarkus Armbruster <armbru@redhat.com>
Mon, 6 Aug 2018 06:53:28 +0000 (08:53 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 16 Aug 2018 06:42:06 +0000 (08:42 +0200)
commit4ff184689bf3d22b01c0d00c2bf6bf9595ff9b48
tree07ff270fd1b065f36d5a9e835d7095740b3c129a
parent6ce80fd80355d29b3ed8c2fa14251a9b8276a86a
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()

Every printf()-like function sooner or later needs its vprintf()-like
buddy.  The next commit will need qobject_from_jsonf_nofail()'s buddy,
and qdict_from_jsonf_nofail()'s buddy will be used later in this
series.  Add both.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180806065344.7103-8-armbru@redhat.com>
include/qapi/qmp/qjson.h
qobject/qjson.c