mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
printf() unconditionally prints to the console which disturbs `-serial stdio`.
Fix that by converting into a trace event. While at it, add some tracing for
read and write access.
Fixes: 7e7c5e4c1b
"Nokia N800 machine support (ARM)."
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241103143330.123596-5-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
fe06088b3c
commit
3647dca9fb
4 changed files with 14 additions and 1 deletions
1
hw/sensor/trace.h
Normal file
1
hw/sensor/trace.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include "trace/trace-hw_sensor.h"
|
Loading…
Add table
Add a link
Reference in a new issue