|
From: | Max Reitz |
Subject: | Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join() |
Date: | Wed, 05 Mar 2014 21:13:32 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
On 05.03.2014 17:52, Eric Blake wrote:
On 03/03/2014 08:28 AM, Max Reitz wrote:This function joins two QDicts by absorbing one into the other. Signed-off-by: Max Reitz <address@hidden> --- include/qapi/qmp/qdict.h | 3 +++ qobject/qdict.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+)Reviewed-by: Eric Blake <address@hidden> However, I think you should expand the testsuite to cover this addition (can be a followup)
I keep forgetting the tests for QDict... Yes, I'll include it in v2. Thanks, Max
[Prev in Thread] | Current Thread | [Next in Thread] |