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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Thu Jan 6 07:36:55 PST 2011


New branch 'spice.v26' available with the following commits:
commit 77559f46d8e98c3b158e26707dfb54d570b707ef
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:04:14 2010 +0200

    [debug] loadvm logging

commit 0c1315a3ba2e21168da3513af83a0f878f12966a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Oct 27 12:14:18 2010 +0200

    [hotfix] misc pulse tweaks

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

    spice: add virtio-serial based spice vmchannel backend [obsolete]
    
    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.
    
    [ obsoleted by spicevmc chardev, just kept here temporary for
      convinience, will not be submitted to upstream qemu. ]

commit e3be3f95f2b0e5aebcd6d8e17891aeef551ba8d5
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Jan 6 16:09:02 2011 +0200

    spice: add chardev (v4)
    
    Adding a chardev backend for spice, where spice determines what
    to do with it based on the name attribute given during chardev creation.
    For usage by spice vdagent in conjunction with a properly named
    virtio-serial device, and future smartcard channel usage.
    
    Example usage:
     qemu -device virtio-serial -chardev spicevmc,name=vdagent,id=vdagent \
     -device virtserialport,chardev=vdagent,name=com.redhat.spice.0
    
    v3->v4:
     * updated commit message
    
    v1->v3 changes: (v2 had a wrong commit message)
     * removed spice-qemu-char.h, folded into ui/qemu-spice.h
     * removed dead IOCTL code
     * removed comment
     * removed ifdef CONFIG_SPICE from qemu-config.c and qemu-options.hx help.

commit 5e9cb82278772de4ed7f4270bd9d0eebb0f32ad3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jan 5 18:05:52 2011 +0100

    spice/qxl: zap spice 0.4 migration compatibility bits
    
    Live migration from and to spice 0.4 qxl devices isn't going to work.
    Rip out the bits which attempt to support that.  Zap the subsection
    logic which is obsolete now.  Bumb the version to make a clean cut.
    This should obviously go in before 0.14 is released.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 1e0b1426bea9333da27123d577fd0465c9c74a26
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Thu Jan 6 11:43:17 2011 +0100

    vnc/spice: fix "never" and "now" expire_time



More information about the Spice-commits mailing list