qdict: Add qdict_join()
authorMax Reitz <mreitz@redhat.com>
Thu, 8 May 2014 18:12:39 +0000 (20:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 19 May 2014 09:36:48 +0000 (11:36 +0200)
commit9c5268127722087eec88c4c41f3363855bb1234b
tree0d51624668ff4cbd323220da36eb665baddb3233
parent26e2da72796c534ba3bc927a55a757d85bd10a3d
qdict: Add qdict_join()

This function joins two QDicts by absorbing one into the other.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/qapi/qmp/qdict.h
qobject/qdict.c