]> git.proxmox.com Git - mirror_qemu.git/commit
i386/vmmouse: Properly reset state
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 21 Jul 2019 08:58:56 +0000 (10:58 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 3 Sep 2019 17:39:46 +0000 (14:39 -0300)
commitf685f451578e5231bc899c48911cf7b98cad47f6
tree42b91294feef03395ba6a89322fe6f6dc80b4d90
parent7faae95ebc966c2981b78cf7c25009dfa32d4b72
i386/vmmouse: Properly reset state

nb_queue was not zeroed so that we no longer delivered events if a
previous guest left the device in an overflow state.

The state of absolute does not matter as the next vmmouse_update_handler
call will align it again.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Message-Id: <f056c7e5-fa74-469c-87f8-0f0925301b2d@web.de>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/vmmouse.c