qxl: drop mono cursor support
commit79c5a10cdda1aed00d7ee4ef87de2ef8c854f4a5
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 28 Aug 2017 12:39:32 +0000 (28 14:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Sep 2017 11:52:43 +0000 (1 13:52 +0200)
tree702844352973234b06bbf3a8a3d5c0be17051a9a
parent3d90c6254863693a6b13d918d2b8682e08bbc681
qxl: drop mono cursor support

The chunk size sanity check in qxl_render_cursor works for
SPICE_CURSOR_TYPE_ALPHA cursors only.  So support for
SPICE_CURSOR_TYPE_MONO cursors must be broken for ages without anyone
noticing.  Most likely it simply isn't used any more by guest drivers.
Drop the dead code.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170828123933.30323-2-kraxel@redhat.com
hw/display/qxl-render.c