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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Fri Sep 21 06:39:06 PDT 2012


New branch 'rebase/spice-next' available with the following commits:
commit 5ea7cd319d0b62db8a3b12ac24508108d25eebd3
Author: Michael Tokarev <mjt at tls.msk.ru>
Date:   Wed Sep 19 17:41:26 2012 +0400

    qxl/update_area_io: cleanup invalid parameters handling
    
    This cleans up two additions of almost the same code in commits
    511b13e2c9 and ccc2960d654.  While at it, make error paths
    consistent (always use 'break' instead of 'return').
    
    Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
    Cc: Dunrong Huang <riegamaths at gmail.com>
    Cc: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 041126fa0233833fe340d7a2cf0cda58ce8d2c5b
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>

commit 61fb161d158430ac8911100b13d49b0f613941cd
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Sep 14 22:09:23 2012 +0200

    qxl: always update displaysurface on resize
    
    Don't try to be clever and skip displaysurface reinitialization in case
    the size hasn't changed.  Other parameters might have changed
    nevertheless, for example depth or stride, resulting in rendering being
    broken then.
    
    Trigger: boot linux guest with vesafb, start X11, make sure both vesafb
    and X11 use the display same resolution.  Then watch X11 screen being
    upside down.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list