|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 06/15] tests/plugins: use qemu_plugin_outs for inline stats |
Date: | Thu, 18 Jul 2024 13:32:12 +0200 |
User-agent: | Mozilla Thunderbird |
On 18/7/24 11:45, Alex Bennée wrote:
Using bare printf's in plugins is perfectly acceptable but they do rather mess up the output of "make check-tcg". Convert the printfs to use g_string and then output with the plugin output helper which will already be captured to .pout files by the test harness. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- tests/plugin/inline.c | 58 ++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 25 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |