]> Git Repo - qemu.git/commit - qobject/qjson.c
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
authorMarkus Armbruster <[email protected]>
Mon, 6 Aug 2018 06:53:28 +0000 (08:53 +0200)
committerMarkus Armbruster <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <20180806065344[email protected]>
include/qapi/qmp/qjson.h
qobject/qjson.c
This page took 0.022191 seconds and 4 git commands to generate.