Re: [PATCH] hw/input/ps2.c: Remove remnants of printf debug

2020-11-12 Thread Peter Maydell
On Sun, 1 Nov 2020 at 13:33, Peter Maydell 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_mous

Re: [PATCH] hw/input/ps2.c: Remove remnants of printf debug

2020-11-02 Thread Stefano Garzarella
On Sun, Nov 01, 2020 at 01:32:58PM +, Peter Maydell 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_

Re: [PATCH] hw/input/ps2.c: Remove remnants of printf debug

2020-11-02 Thread Philippe Mathieu-Daudé
On 11/1/20 2:32 PM, Peter Maydell 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 ne

[PATCH] hw/input/ps2.c: Remove remnants of printf debug

2020-11-01 Thread Peter Maydell
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