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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Tue Jul 30 01:37:59 PDT 2013


New branch 'rebase/spice-next' available with the following commits:
commit 58ae52a8dc7752e3da9a905678580b4cb8181cdc
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Jul 22 15:34:12 2013 +0200

    spice: fix display initialization
    
    Spice has two display interface implementations:  One integrated into
    the qxl graphics card, and one generic which can operate with every
    qemu-emulated graphics card.
    
    The generic one is activated in case spice is used without qxl.  The
    logic for that only caught the "-vga qxl" case, "-device qxl-vga" goes
    unnoticed.  Fix that by adding a check in the spice interface
    registration so we'll notice the qxl card no matter how it is created.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=981094
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list