[Spice-commits] Changes to 'spice.v19'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Tue Sep 21 09:49:16 PDT 2010


New branch 'spice.v19' available with the following commits:
commit c461abb484af8807c355fd997e9aa3cc7866f943
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Sep 6 14:56:57 2010 +0200

    [temporary] qxl: disable cursor callbacks
    
    Will deadlock in case cursor rendering is triggered via
    QXL_IO_UPDATE_AREA.

commit b4ce41f82ce0bb3652997d4efb0fa570e13767ff
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Sep 1 14:39:12 2010 +0200

    qxl: various updates
    
    migration fixes
    more debug logging
    release ring tweaks
    16bpp compat mode fix

commit 0161f9b5b2215b509f9a52cce7ca1e375a82b238
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Sep 1 13:49:34 2010 +0200

    [rhel6 compat] drop xsave migration support.

commit 5b41b34a84df72a65d309c24c0a71ecee719644a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Sep 6 11:20:19 2010 +0200

    [rhel6 compat] add rhel6.0.0 machine type

commit 41eaefa0bb2a22231799c7553ddcde4bb90eb460
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:03:50 2010 +0200

    [rhel6 compat] adjust vga ram size

commit 83a186b2122440dae4006db3200667b9e37dddec
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:04:14 2010 +0200

    [debug] loadvm logging

commit a6d1bcf5d8f73a17468cf19cb20859686b6987e8
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Apr 23 13:28:21 2010 +0200

    [wip] spice: client migration.
    
    Handle spice client migration, i.e. inform a spice client connected
    about the new host and connection parameters, so it can move over the
    connection automatically.

commit 8d638e7a68f8f6349dadb2d0e46c47d550e4050f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 20 13:33:54 2010 +0200

    spice: add virtio-serial based spice vmchannel backend.
    
    Adds the spicevmc device.  This is a communication channel between the
    spice client and the guest.  It is used to send display information and
    mouse events from the spice clients to the guest.

commit 41c613a9d77989cf1b73717977bc6d5041655d8a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 13 10:34:46 2010 +0200

    spice: add audio
    
    Add support for the spice audio interface.
    
    The driver is first in the driver list, but can_be_default is set only
    in case spice is active.  So if you are using spice the spice audio
    driver is the default one, otherwise whatever comes first after spice in
    the list.  Overriding the default using QEMU_AUDIO_DRV works in any
    case.

commit 467d23e34fd042ba6aae93ae6eb784be0fc9fe70
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 27 11:50:11 2010 +0200

    spice: add qxl device
    
    qxl is a paravirtual graphics card.  The qxl device is the bridge
    between the guest and the spice server (aka libspice-server).  The
    spice server will send the rendering commands to the spice client, which
    will actually render them.
    
    The spice server is also able to render locally, which is done in case
    the guest wants read something from video memory.  Local rendering is
    also used to support display over vnc and sdl.
    
    qxl is activated using "-vga qxl".  qxl supports multihead, additional
    cards can be added via '-device qxl".

commit c789a7ba1303bb2195cf75fc3857a4a3c3149d30
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Aug 30 16:36:53 2010 +0200

    spice: add config options
    
    Add more spice config options (requires spice >= 0.6.0)
    
    streaming-video
    agent-mouse
    playback-compression

commit 0e1d8d5e6b1156bda8172fdb2df7d03605457c7d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Aug 27 14:29:16 2010 +0200

    spice: add config options for the listening address
    
    Make listening address configurable.  Also add options to
    force using IPv4 or IPv6.

commit 52e0b45372a37e7cf51f8b2865023d5dc824e768
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Aug 27 14:09:56 2010 +0200

    spice: add config options for channel security.
    
    This allows to enforce tls or plaintext usage for certain spice
    channels.

commit 4100a759b2cf5a75379e607304780f6d20c2a1de
Author: Yonit Halperin <yhalperi at redhat.com>
Date:   Wed Jul 14 13:26:34 2010 +0300

    spice: make compression configurable.

commit ff3220e82338466c9d3ba14e294e44e619edfd5e
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Mar 11 11:13:32 2010 -0300

    spice: tls support
    
    Add options to the -spice command line switch to setup tls.

commit 94b7b202f8227afd6adc8d1625abbc867a6278ef
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue May 11 22:28:44 2010 +0200

    all vga: refuse hotplugging.
    
    Try to pci hotplug a vga card, watch qemu die with hw_error().
    This patch fixes it.

commit 0131bc8827ca71c9b8d14b7baea7f6e071aad84c
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu May 6 11:14:11 2010 +0200

    switch vmware_vga to pci vgabios

commit 016512d7ad67dd74fed371efec46d0f83b34b9b3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu May 6 11:13:11 2010 +0200

    switch stdvga to pci vgabios

commit 8e23ca08c254d18ff82f10272b1eeda374fad465
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Mar 24 11:16:54 2010 +0100

    vgabios update to 0.6c + pcibios patches.



More information about the Spice-commits mailing list