• A
    qxl: reset update_surface · 9f0f352d
    Alon Levy 提交于
    update init_qxl_ram to reset update_surface to 0. This fixes one case
    of breakage when installing an old driver in a vm that had a new driver
    installed. The newer driver would know about surface creation and would
    change update_surface to !=0, then a reset would happen, all surfaces
    are destroyed, then the old driver is initialized and issues an
    UPDATE_AREA, and spice server aborts on invalid surface.
    
    RHBZ: 690427
    Signed-off-by: NAlon Levy <alevy@redhat.com>
    Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
    9f0f352d
qxl.c 56.6 KB