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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Tue Sep 25 05:01:13 PDT 2012


New branch 'rebase/spice-next' available with the following commits:
commit 15d679ebde66bcbbdb5f9694827c61e988c92173
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Sep 25 13:56:40 2012 +0200

    qxl: fix range check for rev3 io commands.
    
    Enables QXL_IO_FLUSH_SURFACES_ASYNC and QXL_IO_FLUSH_RELEASE
    which are part of the qxl rev3 feature set.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 35e90f0d682972837a745817d030a8f198dd4db3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Sep 24 10:23:40 2012 +0200

    [wip] spice: raise requirement to 0.12
    
    With the next qemu version (1.3) we are going to bump the qxl device
    revision to 4.  The new features available require a recent spice-server
    version, so raise up the bar.  Otherwise we would end up with different
    qxl revisions depending on the spice-server version installed, which
    would be a major PITA when it comes to compat properties.
    
    Clear out a big bunch of #ifdefs which are not needed any more.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 650a15b729e2474ef45316b560037a130b24088b
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 c8b3466b46a24dd69bb40886db670d0758c11d93
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 c8aceaac3c0cd935588623470914e43b99b2b116
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