]> git.proxmox.com Git - mirror_qemu.git/commit
qmp: Switch timestamp_put() to qdict_from_jsonf_nofail()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 3 Jul 2018 08:53:54 +0000 (10:53 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 3 Jul 2018 21:18:56 +0000 (23:18 +0200)
commitcd499d2058adb657b034023e9e7428c94b0f212d
tree6da918f2e987646bfc7ed55455331e761853694a
parent62e93be286626839ef2597da81f70a3ba4a31fff
qmp: Switch timestamp_put() to qdict_from_jsonf_nofail()

There's just one use of qobject_from_jsonf() to parse a JSON object
left: timestamp_put().  Switch it to qdict_from_jsonf_nofail().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180703085358.13941-29-armbru@redhat.com>
qapi/qmp-event.c