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 <mre...@redhat.com> > Reviewed-by: Kevin Wolf <kw...@redhat.com> > --- > include/qapi/qmp/qdict.h | 1 + > qobject/qdict.c | 36 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 37 insertions(+)
Please add a test case to tests/check-qdict.c.