Re: [PATCH] hw/i386/vmmouse: use the new input api

2023-06-12 Thread Lucas Chollet
Hi Marc-André, Hi Lucas On Thu, Jun 8, 2023 at 9:49 PM Lucas Chollet wrote: No functional changes intended. Signed-off-by: Lucas Chollet ---  hw/i386/vmmouse.c | 95 +++  1 file changed, 71 insertions(+), 24 deletions(-)

Re: [PATCH] hw/i386/vmmouse: use the new input api

2023-06-12 Thread Marc-André Lureau
Hi Lucas On Thu, Jun 8, 2023 at 9:49 PM Lucas Chollet wrote: > No functional changes intended. > > Signed-off-by: Lucas Chollet > --- > hw/i386/vmmouse.c | 95 +++ > 1 file changed, 71 insertions(+), 24 deletions(-) > The patch diff isn't great, and

[PATCH] hw/i386/vmmouse: use the new input api

2023-06-08 Thread Lucas Chollet
No functional changes intended. Signed-off-by: Lucas Chollet --- Hey, this is my first patch submission to QEMU so I made a small patch to start with. I tried to make sure that I followed all rules to submit the patch, but I might have missed something, please tell me if something is wrong.

[PATCH] hw/i386/vmmouse: use the new input api

2023-06-08 Thread Lucas Chollet
No functional changes intended. Signed-off-by: Lucas Chollet --- hw/i386/vmmouse.c | 95 +++ 1 file changed, 71 insertions(+), 24 deletions(-) diff --git a/hw/i386/vmmouse.c b/hw/i386/vmmouse.c index a56c185f15..bdddbb64ac 100644 --- a/hw/i386/vmmouse