On 27/8/25 23:38, Richard Henderson wrote:
Sink all of the qemu_log calls to the end, collecting only a string for the name, if identified. Merge separate if blocks into one switch.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- linux-user/strace.c | 102 ++++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 50 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>