Re: [Qemu-devel] [PATCH v6 03/22] qdict: Add qdict_array_split()

2013-12-20 Thread Stefan Hajnoczi
On Thu, Dec 19, 2013 at 08:47:04PM +0100, Max Reitz wrote: > 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 > --- > include/qapi/qmp/qdict.h | 1 + > qobject/qdict.

Re: [Qemu-devel] [PATCH v6 03/22] qdict: Add qdict_array_split()

2013-12-19 Thread Eric Blake
On 12/19/2013 12:47 PM, Max Reitz wrote: > 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 > --- > include/qapi/qmp/qdict.h | 1 + > qobject/qdict.c | 36 ++