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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Mon Jan 24 08:11:20 PST 2011


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

    [debug] loadvm logging

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

    [hotfix] misc pulse tweaks

commit 90707f453b5f5d0dd42034309cb605d430f71465
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 cbcc6336ce9e5c048821b136649712e078c4d05f
Author: Alon Levy <alevy at redhat.com>
Date:   Wed Jan 19 10:49:50 2011 +0200

    spice: add chardev (v5)
    
    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
    
    v4->v5:
     * add tracing events
     * fix missing comma
     * fix help string to show debug is optional
    
    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.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 710fc4f5f1cbb6d2cebdc575def9f9dba4b0263f
Author: Jiri Denemark <Jiri.Denemark at gmail.com>
Date:   Mon Jan 24 13:20:29 2011 +0100

    configure: Fix spice probe
    
    Non-existent $pkgconfig instead of $pkg_config was used when configure
    probes for spice availability.
    
    Signed-off-by: Jiri Denemark <jdenemar at redhat.com>

commit 17268d54be2e15b0d8ccfc4102bc48c84299b027
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jan 21 10:32:03 2011 +0100

    qxl: locking fix
    
    One spice worker call lacks the unlock/relock calls,
    which may lead to deadlocks, add them.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit b67737a6cf71d1f029a692e5dc2dc26579299b97
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 8d86e2bfe36ae8e03bf2ba0c8206b91e29ad292f
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

commit 7ee3bf03984ada1ac7c7a4f27d8583a5718adadb
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Dec 13 21:30:37 2010 +0100

    spice: MAINTAINERS update

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

    spice/vnc: 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.
    
    The monitor command has a not-yet used protocol argument simliar to
    set_password and expire_password commands.  This allows to add a simliar
    feature to vnc in the future.  Daniel Berrange plans to work on this.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 99a0db9b8dd72ea20a2d4cd99fe91b08903ae857
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Dec 13 17:30:12 2010 +0100

    add migration state change notifiers
    
    This patch adds functions to register and unregister notifiers for
    migration state changes and a function to query the migration state.
    The notifier is called on every state change.  Once after establishing a
    new migration object (which is in active state then) and once when the
    state changes from active to completed, canceled or error.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list