Re: [PATCH v3 7/7] hw/arm/tosa: Replace fprintf() calls by LED devices

2020-06-21 Thread Philippe Mathieu-Daudé
On 6/21/20 1:07 AM, Philippe Mathieu-Daudé wrote: > The recently added LED device reports LED status changes with > the 'led_set_intensity' trace event. It is less invasive than > the fprintf() calls. We need however to have a binary built > with tracing support. > > Signed-off-by: Philippe Mathie

[PATCH v3 7/7] hw/arm/tosa: Replace fprintf() calls by LED devices

2020-06-20 Thread Philippe Mathieu-Daudé
The recently added LED device reports LED status changes with the 'led_set_intensity' trace event. It is less invasive than the fprintf() calls. We need however to have a binary built with tracing support. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/tosa.c | 40 +---