[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 03/22] qdict: Add qdict_array_split()
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v6 03/22] qdict: Add qdict_array_split() |
Date: |
Fri, 20 Dec 2013 10:38:26 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 <address@hidden>
> Reviewed-by: Kevin Wolf <address@hidden>
> ---
> 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.