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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Mon Jan 21 06:27:41 PST 2013


New branch 'rebase/spice-next' available with the following commits:
commit ff2b32ef6e0bc7f529b4c816071ca2322aee4363
Author: Alon Levy <alevy at redhat.com>
Date:   Mon Jan 21 14:48:07 2013 +0200

    qxl: change rom size to 8192
    
    This is a simpler solution to 869981, where migration breaks since qxl's
    rom bar size has changed. Instead of ignoring fields in QXLRom, which is what has
    actually changed, we remove some of the modes, a mechanism already
    accounted for by the guest. The modes left allow for portrait and
    landscape only modes, corresponding to orientations 0 and 1.
    Orientations 2 and 3 are dropped.
    
    Added assert so that rom size will fit the future QXLRom increases via
    spice-protocol changes.
    
    This patch has been tested with 6.1.0.10015. With the newer 6.1.0.10016
    there are problems with both "(flipped)" modes prior to the patch, and
    the patch loses the ability to set "Portrait" modes. But this is a
    separate bug to be fixed in the driver, and besides the patch doesn't
    affect the new arbitrary mode setting functionality.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 5258d1f8909a6a277c7d461da7150b7356043c6a
Author: Alon Levy <alevy at redhat.com>
Date:   Mon Jan 21 14:48:06 2013 +0200

    qxl: stop using non revision 4 rom fields for revision < 4
    
    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