]> git.proxmox.com Git - mirror_qemu.git/commit - qobject/qjson.c
QJSON: Introduce qobject_from_jsonv()
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 19 Nov 2009 01:05:24 +0000 (23:05 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 15:41:18 +0000 (09:41 -0600)
commit8ff5a7d346b932fbae49d08d8824d0cc15c3ed3c
treefc1ee23ae445b9b4db10417c1af648a49d5ced32
parentb3a219883ebe21f55a8ee5e7e5b38b9eb309e9c0
QJSON: Introduce qobject_from_jsonv()

It accepts a va_list and will be used by QError. Also simplifies
the code a little, as the other qobject_from_() functions can
use it.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qjson.c
qjson.h