Re: [Qemu-devel] [PATCH v5 03/22] qdict: Add qdict_array_split()
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > This function splits a QDict consisting of entries prefixed by > incrementally enumerated indices into a QList of QDicts. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf
[Qemu-devel] [PATCH v5 03/22] qdict: Add qdict_array_split()
This function splits a QDict consisting of entries prefixed by incrementally enumerated indices into a QList of QDicts. Signed-off-by: Max Reitz --- include/qapi/qmp/qdict.h | 1 + qobject/qdict.c | 36 2 files changed, 37 insertions(+) diff --git