Files
qemu/hw/display
Gerd Hoffmann dc0973b588 qxl: fix local renderer
The local spice renderer assumes the primary surface is located at the
start of the "ram" bar.  This used to be a requirement in qxl hardware
revision 1.  In revision 2+ this is relaxed.  Nevertheless guest drivers
continued to use the traditional location, for historical and backward
compatibility reasons.  The qxl kms driver doesn't though as it depends
on qxl revision 4+ anyway.

Result is that local rendering is hosed for recent linux guests, you'll
get pixel garbage with non-spice ui (gtk, sdl, vnc) and when doing
screendumps.  Fix that by doing a proper mapping of the guest-specified
memory location.

https://bugzilla.redhat.com/show_bug.cgi?id=948717

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit c58c7b959b)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2013-09-24 22:46:18 -05:00
..
2013-07-04 17:42:45 +02:00
2013-07-29 21:05:58 +02:00
2013-07-29 21:05:59 +02:00
2013-09-24 22:46:18 -05:00
2013-07-29 21:06:05 +02:00
2013-07-04 17:42:46 +02:00
2013-07-04 17:42:46 +02:00
2013-04-25 14:45:46 -05:00