[Spice-devel] [xf86 qxl driver PATCH 0/5] qxl_driver: adjust monitors_config to memory remap

Uri Lublin uril at redhat.com
Thu Jan 17 06:26:30 PST 2013


This patch-set fixes rhbz #883578 and also cleans up the code a bit.

The problem is that after a memory-remap, qxl->monitors_config still
points to the first/old location, which may be overlapping with
video memory. That may cause bad monitors_config values to
be read by the destination host and confuse both the server and
the client.


Uri Lublin (5):
  qxl_driver: remove unused enum ROPDescriptor
  qxl_pre_init: fix calculation of available video memory
  qxl_driver: check_crtc: handle qxl->crtcs == NULL
  qxl_driver: simplify calling qxl_update_monitors_config
  qxl_driver: monitors_config: adjust to memory-remap

 src/qxl_driver.c |   47 ++++++++++++++++++++---------------------------
 1 files changed, 20 insertions(+), 27 deletions(-)



More information about the Spice-devel mailing list