mirror of https://github.com/xemu-project/xemu.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| cpu-param.h | ||
| cpu-qom.h | ||
| cpu.c | ||
| cpu.h | ||
| gdbstub.c | ||
| helper.c | ||
| helper.h | ||
| meson.build | ||
| monitor.c | ||
| op_helper.c | ||
| translate.c | ||