On Sun, 1 Nov 2020 at 13:33, Peter Maydell <peter.mayd...@linaro.org> wrote: > > In commit 5edab03d4040 we added tracepoints to the ps2 keyboard > and mouse emulation. However we didn't remove all the debug-by-printf > support. In fact there is only one printf() remaining, and it is > redundant with the trace_ps2_write_mouse() event next to it. > Remove the printf() and the now-unused DEBUG* macros. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org
I'll take this via target-arm.next since I'm putting a pullreq together anyway. thanks -- PMM