]> git.proxmox.com Git - mirror_qemu.git/commit - ui/spice-display.c
spice-display: access ptr_x/ptr_y under Mutex
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 20 Jul 2018 06:31:08 +0000 (08:31 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Aug 2018 06:40:11 +0000 (08:40 +0200)
commit2480f41e685690511f8f15bbeabb6cdc0b2ddaf0
treebafd2a83f07d17d362e4bc6c6b46b88ffbbea2cc
parentec86faa934cb31d97f738134547137f16d17c0d0
spice-display: access ptr_x/ptr_y under Mutex

The OpenGL-enabled SPICE code was not accessing the cursor position
under the SimpleSpiceDisplay lock.  Fix this.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20180720063109.4631-2-pbonzini@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-display.c