[Spice-commits] Changes to 'bz700134'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Wed Jun 29 02:48:49 PDT 2011


New branch 'bz700134' available with the following commits:
commit dcbb173017c7611d13ff4198afc56df4049f09dd
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jun 22 10:05:12 2011 +0200

    [debug] latency tracing
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit addf1010e8b66febb24ad7b194dc780709b2a37f
Author: Alon Levy <alevy at redhat.com>
Date:   Fri Jun 24 15:02:47 2011 +0200

    qxl: interface_get_command: fix reported mode
    
    report correct mode when in undefined mode.
    introduces qxl_mode_to_string, and uses it in another place that looks
    helpful (qxl_post_load)

commit 6d4e1e973756ac079c6766a7ec2a789242619c8a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jun 29 10:24:05 2011 +0200

    qxl: fix surface tracking & locking
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 23e6e3af23544dbd0d0c8dd760a3629896b157d6
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jun 29 10:07:52 2011 +0200

    spice/qxl: move worker wrappers
    
    Move the wrapper functions which are used by qxl only to qxl.c.
    Rename them from qemu_spice_* to qxl_spice_*.  Also pass in a
    qxl state pointer instead of a SimpleSpiceDisplay pointer.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 0493454375d4844fbfc2bf0187e0fb73affda0e3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 24 12:23:44 2011 +0200

    qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelist
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 5baab56975770d184bfc0a7179fbc99682f490e9
Author: Alon Levy <alevy at redhat.com>
Date:   Wed Jun 15 20:44:38 2011 +0200

    qxl: set mm_time in vga update
    
    This fixes a problem where on windows 7 startup phase, before the qxl driver
    is loaded, the drawables are sufficiently large and video like to trigger a
    stream, but the lack of a filled mm time field triggers a warning in spice-gtk.

commit 51a66741bf021f4c497c4df89dbc2843c1b51f06
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 12:20:05 2011 +0200

    async qxl I/O
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 9e11010c6608aa190ab4dd4c94184b8f00e469bf
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 12:51:31 2011 +0200

    remove qxl_destroy_primary

commit 18017bfb887588eb946de94ca120934fed2d3b9f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 12:33:04 2011 +0200

    move qemu_spice_create_primary_surface call out of qxl_create_guest_primary

commit 82e8e1c13d76e16b6b997bf9cf807c05a47dedbd
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 12:26:21 2011 +0200

    move qemu_spice_add_memslot call out of qxl_add_memslot

commit c2544113ab487c9d5c3a3a42001b7cb76af2bc20
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 10:49:22 2011 +0200

    spice: lock spice worker calls
    
    ... so we can call them from a thread.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 96c2fa6cc6390149eb54037b3979a321aa7ee20b
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 10:42:25 2011 +0200

    spice: add qemu_spice_display_init_common
    
    Factor out SimpleSpiceDisplay initialization into
    qemu_spice_display_init_common() and call it from
    both qxl.c (for vga mode) and spice-display.c
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 9d0a4ecd4ac97c791654b6110ec203a5273d4191
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jun 17 10:34:25 2011 +0200

    spice: add worker wrapper functions.
    
    Add wrapper functions for all spice worker calls.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 80a0d0af7f5d4cb20176e2a79a609e93db6fe54c
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jun 15 13:11:33 2011 +0200

    spice: catch spice server initialization failures.
    
    When the spice server initialization fails report this and exit instead
    of ignoring the error.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list