Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()

2014-03-05 Thread Benoît Canet
The Monday 03 Mar 2014 à 16:28:44 (+0100), Max Reitz wrote : This function joins two QDicts by absorbing one into the other. Signed-off-by: Max Reitz mre...@redhat.com --- include/qapi/qmp/qdict.h | 3 +++ qobject/qdict.c | 32 2 files changed,

Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()

2014-03-05 Thread Kevin Wolf
Am 05.03.2014 um 16:55 hat Benoît Canet geschrieben: The Monday 03 Mar 2014 à 16:28:44 (+0100), Max Reitz wrote : This function joins two QDicts by absorbing one into the other. Signed-off-by: Max Reitz mre...@redhat.com --- include/qapi/qmp/qdict.h | 3 +++ qobject/qdict.c

Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()

2014-03-05 Thread Benoît Canet
The Wednesday 05 Mar 2014 à 17:01:43 (+0100), Kevin Wolf wrote : Am 05.03.2014 um 16:55 hat Benoît Canet geschrieben: The Monday 03 Mar 2014 à 16:28:44 (+0100), Max Reitz wrote : This function joins two QDicts by absorbing one into the other. Signed-off-by: Max Reitz mre...@redhat.com

Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()

2014-03-05 Thread Eric Blake
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 mre...@redhat.com --- include/qapi/qmp/qdict.h | 3 +++ qobject/qdict.c | 32 2 files changed, 35 insertions(+)

Re: [Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()

2014-03-05 Thread Max Reitz
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 mre...@redhat.com --- include/qapi/qmp/qdict.h | 3 +++ qobject/qdict.c | 32

[Qemu-devel] [PATCH 01/10] qdict: Add qdict_join()

2014-03-03 Thread Max Reitz
This function joins two QDicts by absorbing one into the other. Signed-off-by: Max Reitz mre...@redhat.com --- include/qapi/qmp/qdict.h | 3 +++ qobject/qdict.c | 32 2 files changed, 35 insertions(+) diff --git a/include/qapi/qmp/qdict.h