Re: [Qemu-devel] [PATCH] hw/input/ps2.c: fix erratic mouse behavior for Windows 3.1

2018-08-20 Thread Programmingkid
> On Aug 20, 2018, at 1:24 AM, Gerd Hoffmann wrote: > > On Sun, Aug 19, 2018 at 12:35:09AM -0400, John Arbuckle wrote: >> When the user moves the mouse and moves the scroll wheel at the same >> time, the mouse cursor's movement becomes erratic in Windows 3.1. With >> this patch if the mouse is

Re: [Qemu-devel] [PATCH] hw/input/ps2.c: fix erratic mouse behavior for Windows 3.1

2018-08-19 Thread Gerd Hoffmann
On Sun, Aug 19, 2018 at 12:35:09AM -0400, John Arbuckle wrote: > When the user moves the mouse and moves the scroll wheel at the same > time, the mouse cursor's movement becomes erratic in Windows 3.1. With > this patch if the mouse is in ps/2 mode and the scroll wheel is used, > the command queue

[Qemu-devel] [PATCH] hw/input/ps2.c: fix erratic mouse behavior for Windows 3.1

2018-08-18 Thread John Arbuckle
When the user moves the mouse and moves the scroll wheel at the same time, the mouse cursor's movement becomes erratic in Windows 3.1. With this patch if the mouse is in ps/2 mode and the scroll wheel is used, the command queue is reset. This does not fix the erratic mouse problem in Windows NT