On 7/2/21 12:40 PM, Peter Maydell wrote: > Add tracepoints for reads and writes to the PL061 registers. This requires > restructuring pl061_read() to only return after the tracepoint, rather > than having lots of early-returns. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/gpio/pl061.c | 70 ++++++++++++++++++++++++++++++-------------- > hw/gpio/trace-events | 2 ++ > 2 files changed, 50 insertions(+), 22 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>