Re: [PATCH 02/11] hw/gpio/pl061: Convert DPRINTF to tracepoints

2021-07-06 Thread Richard Henderson
On 7/2/21 3:40 AM, Peter Maydell wrote: Convert the use of the DPRINTF debug macro in the PL061 model to use tracepoints. Signed-off-by: Peter Maydell --- hw/gpio/pl061.c | 27 +-- hw/gpio/trace-events | 6 ++ 2 files changed, 15 insertions(+), 18 deletions(

Re: [PATCH 02/11] hw/gpio/pl061: Convert DPRINTF to tracepoints

2021-07-02 Thread Philippe Mathieu-Daudé
On 7/2/21 12:40 PM, Peter Maydell wrote: > Convert the use of the DPRINTF debug macro in the PL061 model to > use tracepoints. > > Signed-off-by: Peter Maydell > --- > hw/gpio/pl061.c | 27 +-- > hw/gpio/trace-events | 6 ++ > 2 files changed, 15 insertions(+),

[PATCH 02/11] hw/gpio/pl061: Convert DPRINTF to tracepoints

2021-07-02 Thread Peter Maydell
Convert the use of the DPRINTF debug macro in the PL061 model to use tracepoints. Signed-off-by: Peter Maydell --- hw/gpio/pl061.c | 27 +-- hw/gpio/trace-events | 6 ++ 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/hw/gpio/pl061.c b/hw/gpio/p