[Spice-commits] Changes to 'rebase/spice-next'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Wed Oct 24 00:20:44 PDT 2012


New branch 'rebase/spice-next' available with the following commits:
commit 69d79c5c5d9b22cf7aa0a12a09d17c9a42c7affe
Author: Alon Levy <alevy at redhat.com>
Date:   Mon Oct 15 14:54:03 2012 +0200

    hw/qxl: guest bug on primary create with stride %4 != 0
    
    Due to usage of pixman for rendering on all spice surfaces we have
    pixman's requirement that the stride be word aligned. A guest not
    honoring that can crash spice and qemu with it due to failure to create
    a surface (in spice-server). Avoid this early on in primary surface
    creation and offscreen surface creation.
    
    Recently windows guests got odd width support which triggers a non word
    aligned primary surface in 16bit color depth. Off screen surfaces have
    always been word aligned, but doesn't hurt to check them here too.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 68a67806e0a48a0e22b5a55abad4d5c442dbac4d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Sep 14 22:17:44 2012 +0200

    qxl: fix cursor reset
    
    When resetting the qxl cursor notify the qemu displaystate too.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list