Re: [PATCH] hw/input: expand trace info reported for ps2 device

2020-12-08 Thread Philippe Mathieu-Daudé
On 12/8/20 12:59 PM, Daniel P. Berrangé wrote: > It is interesting to know if the PS2 keyboard is in translated mode, and > which of the three scancode sets are in use. > > Signed-off-by: Daniel P. Berrangé > --- > hw/input/ps2.c| 2 +- > hw/input/trace-events | 2 +- > 2 files changed,

Re: [PATCH] hw/input: expand trace info reported for ps2 device

2020-12-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201208115934.3163238-1-berra...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201208115934.3163238-1-berra...@redhat.com Subject: [PATCH] hw/input: expand trace

[PATCH] hw/input: expand trace info reported for ps2 device

2020-12-08 Thread Daniel P . Berrangé
It is interesting to know if the PS2 keyboard is in translated mode, and which of the three scancode sets are in use. Signed-off-by: Daniel P. Berrangé --- hw/input/ps2.c| 2 +- hw/input/trace-events | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/input/ps2.c b/