[Spice-commits] Changes to 'spice.v61'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Mon Oct 8 03:16:27 PDT 2012


New branch 'spice.v61' available with the following commits:
commit 591af14359f698d89cd334622237a20f19ae7060
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Oct 8 10:05:22 2012 +0200

    qxl: set default revision to 4
    
    Set qxl pci revision to 4 (for pc-1.3+) so guests know
    spice-server 0.12 features are available.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

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

    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 c5825ac6c861bfe1a4adfa27517931b56079e298
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Oct 7 17:03:35 2012 +0200

    hw/qxl: qxl_dirty_surfaces: use uintptr_t
    
    As suggested by Paolo Bonzini, to avoid possible integer overflow issues.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit d96aafca057845a4d58cd7b36771f2c97c78cd56
Author: Alon Levy <alevy at redhat.com>
Date:   Tue Oct 2 11:39:14 2012 +0200

    hw/qxl: fix condition for exiting guest_bug
    
    Reported and suggested by Paolo Bonzini, thanks.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit e25a0651f4be22099122b5e14c77c354be0aa88b
Author: Alon Levy <alevy at redhat.com>
Date:   Wed Oct 3 20:13:58 2012 +0200

    hw/qxl: exit on failure to register qxl interface
    
    This prevents a segfault later on when the device reset handler
    tries to access a NULL ssd.worker since interface_attach_worker has
    not been called.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit ffe01e599f106bedf13ba0e0f6956735b1942a0c
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 36a03e0ba5202cf49749b2128bb62d41983681d6
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>



More information about the Spice-commits mailing list