Re: [Qemu-block] [PATCH 10/13] tests: Add QDict clone-flatten test

2018-05-11 Thread Max Reitz
On 2018-05-11 20:46, Eric Blake wrote: > On 05/09/2018 11:55 AM, Max Reitz wrote: >> This new test verifies that qdict_flatten() does not modify a shallow >> clone of the given QDict. >> >> Signed-off-by: Max Reitz >> --- >>   tests/check-qdict.c | 33 + >>   1 file

Re: [Qemu-block] [PATCH 10/13] tests: Add QDict clone-flatten test

2018-05-11 Thread Eric Blake
On 05/09/2018 11:55 AM, Max Reitz wrote: This new test verifies that qdict_flatten() does not modify a shallow clone of the given QDict. Signed-off-by: Max Reitz --- tests/check-qdict.c | 33 + 1 file changed, 33 insertions(+) I'm not sure I even want to kn

[Qemu-block] [PATCH 10/13] tests: Add QDict clone-flatten test

2018-05-09 Thread Max Reitz
This new test verifies that qdict_flatten() does not modify a shallow clone of the given QDict. Signed-off-by: Max Reitz --- tests/check-qdict.c | 33 + 1 file changed, 33 insertions(+) diff --git a/tests/check-qdict.c b/tests/check-qdict.c index ef5d17f815..7960