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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Tue Jan 28 01:38:04 PST 2014


New branch 'rebase/spice-next' available with the following commits:
commit 4317782e66bb4020943873dbc3a41d0e99064bec
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 c7f64aed3a287059050492da1f3de638e165f31d
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 ed1fdf3414f7e6dbbec054f1afc941c8bcbb5a31
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