]> Git Repo - qemu.git/commit
hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report
authorKrzysztof Kozlowski <[email protected]>
Thu, 20 Apr 2017 16:32:28 +0000 (17:32 +0100)
committerPeter Maydell <[email protected]>
Thu, 20 Apr 2017 16:39:17 +0000 (17:39 +0100)
commitf2ad5140fa521bda30b9c3c3db5b6913f6dda1ae
tree48dc44cca0ffd15bb614db44a1a749b783a7eca6
parent68115ed5fc1915dc4d3244c99937c6667f5ec0e7
hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report

qemu_log_mask() and error_report() are preferred over fprintf() for
logging errors.  Also remove square brackets [] and additional new line
characters in printed messages.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20170313184750[email protected]
[PMM: wrapped long line]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/exynos4_boards.c
hw/timer/exynos4210_mct.c
hw/timer/exynos4210_pwm.c
hw/timer/exynos4210_rtc.c
This page took 0.024843 seconds and 4 git commands to generate.