Re: [Qemu-devel] [PATCH for-2.3 1/2] qtest: Add qtest_add_data_func() wrapper function

2015-03-24 Thread John Snow
On 03/24/2015 06:45 PM, Andreas Färber wrote: It calls g_test_add_data_func() with a path supplemented by the architecture, like qtest_add_func() does. Signed-off-by: Andreas Färber --- tests/libqtest.c | 7 +++ tests/libqtest.h | 12 2 files changed, 19 insertions(+) d

[Qemu-devel] [PATCH for-2.3 1/2] qtest: Add qtest_add_data_func() wrapper function

2015-03-24 Thread Andreas Färber
It calls g_test_add_data_func() with a path supplemented by the architecture, like qtest_add_func() does. Signed-off-by: Andreas Färber --- tests/libqtest.c | 7 +++ tests/libqtest.h | 12 2 files changed, 19 insertions(+) diff --git a/tests/libqtest.c b/tests/libqtest.c index