Re: [Qemu-devel] [PATCH] input: fix jumpy mouse cursor with USB mouse emulation

2014-06-22 Thread Benjamin Herrenschmidt
On Sat, 2014-06-14 at 20:19 +0100, Christian Burger wrote: > Guest mouse pointer was jumpy, when moving host mouse in the vertical > direction (see bug #1327800). Ah, I've just done a deep dive into qemu input code to debug that one as well :-) It's not just "jumpy", it goes the wrong way around

[Qemu-devel] [PATCH] input: fix jumpy mouse cursor with USB mouse emulation

2014-06-14 Thread Christian Burger
Guest mouse pointer was jumpy, when moving host mouse in the vertical direction (see bug #1327800). Signed-off-by: Christian Burger --- hw/input/hid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/input/hid.c b/hw/input/hid.c index 295bdab..c58847e 100644 --- a/hw/i