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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Fri Jan 24 00:15:26 PST 2014


New branch 'rebase/spice-next' available with the following commits:
commit 06cec3cdecc3dc5f5aa051297ab7109bf1be1593
Author: Jeremy White <jwhite at codeweavers.com>
Date:   Thu Jan 2 09:25:56 2014 -0600

    Add the ability to vary Spice playback and record rates, to facilitate Opus support.
    
    Signed-off-by: Jeremy White <jwhite at codeweavers.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 50ebc75c8ab57edca8af6cf92c79fe6fca2a012a
Author: Alon Levy <alevy at redhat.com>
Date:   Mon Jan 20 18:57:12 2014 +0200

    hw/display/qxl: fix signed to unsigned comparison
    
    Several small signedness / overflow corrections to qxl_create_guest_primary:
    1. use 64 bit unsigned for size to avoid overflow possible from two 32
    bit multiplicants.
    2. correct sign for requested_height
    3. add a more verbose error message when setting guest bug state (which
    causes a complete guess blackout until reset, so it helps if it is
    verbose).
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 5b043a3c632970d08a73ef8c917069b915acdb3c
Author: Alon Levy <alevy at redhat.com>
Date:   Mon Jan 20 12:44:19 2014 +0200

    qxl: clear irq on reset
    
    Without this we occasionally trigger an assert at
    hw/pci/pci.c:pcibus_reset that asserts the irq_count is zero on reset.
    
    This has become a problem with the new drm driver for linux, since doing
    a reboot from console causes a race between console updates that set the
    irq and the reset assertion that the irq is clear.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list