Le 16/03/2023 à 08:52, Philippe Mathieu-Daudé a écrit :
On 16/3/23 01:34, Ilya Leoshkevich wrote:
When using QEMU_LOG=cpu on sh4, QEMU_LOG_FILENAME is partially ignored.
Fix by using qemu_fprintf() instead of qemu_printf() in the respective
places.
Fixes: 90c84c560067 ("qom/cpu: Simplify how CPUClass:cpu_dump_state() prints")
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Yoshinori Sato <ys...@users.sourceforge.jp>
Signed-off-by: Ilya Leoshkevich <i...@linux.ibm.com>
---
Resend of https://patchew.org/QEMU/20220725142854.177451-1-...@linux.ibm.com/
with a trivial rebase.
target/sh4/translate.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Applied to my trivial-patches branch.
Thanks,
Laurent