]> git.ipfire.org Git - thirdparty/qemu.git/commit
qxl: clear guest_cursor on QXL_CURSOR_HIDE
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 6 Mar 2017 08:31:51 +0000 (09:31 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 9 Mar 2017 08:47:26 +0000 (09:47 +0100)
commitdbb5fb8d3519130559b10fa4e1395e4486c633f8
treef9ae033e00a0da826d1f789e220a3ce83774f864
parentab6b1105a2259c7072905887f71caa850ce63190
qxl: clear guest_cursor on QXL_CURSOR_HIDE

Make sure we don't leave guest_cursor pointing into nowhere.  This might
lead to (rare) live migration failures, due to target trying to restore
the cursor from the stale pointer.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1421788
Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 1488789111-27340-1-git-send-email-kraxel@redhat.com
hw/display/qxl.c