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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Wed Sep 26 00:26:50 PDT 2012


New branch 'rebase/spice-next' available with the following commits:
commit c5c7a36d79d0715cba09aae93bf8be8be701ab2f
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 e61d8a350805fb947404c9f9b060f82442c7cedc
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 c55843b8a3a5387c637a500e844c9af5aa601a93
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 134f1ef7406e85f7b3cafa361d873f2605ecc51a
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 2358fa2babc5b0710f3db91aaa291cfb33e77606
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