mirror of https://github.com/xemu-project/xemu.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| adm1266.c | ||
| adm1272.c | ||
| dps310.c | ||
| emc141x.c | ||
| isl_pmbus_vr.c | ||
| lsm303dlhc_mag.c | ||
| max31785.c | ||
| max34451.c | ||
| meson.build | ||
| tmp105.c | ||
| tmp421.c | ||
| trace-events | ||
| trace.h | ||