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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Thu Jan 27 02:06:56 PST 2011


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

    [debug] loadvm logging

commit 629a67e4316fd1390597a338e9504498f8d04cb2
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 9cacc5e01b97f67550071e253e5323d996af759e
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 12838c521bdad75c6f18257a52c59da56118fe7d
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 89f9f85e92fa4b34191bfac2759ababc89cc689a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Jan 21 10:32:03 2011 +0100

    qxl: locking fixes
    
    Two spice worker calls lack the unlock/relock calls,
    which may lead to deadlocks, add them.
    
    [ v2: add unlock/lock to one more place, found by Alon Levy ]
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 82d1f6ccaa2764ca6646bb8fa819518bf71b62bf
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 b88e6e706b8fc7e42bc596dbc6c4d82f3b72ad99
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 745c9978eb4d007efe12d48c2bc324116325d2d4
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Dec 13 21:30:37 2010 +0100

    spice: MAINTAINERS update

commit 4f1d01d2a966dfc36d91ec8c64707d3c603f6bf1
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 145fc53bd12e43bcb29f91020d69e1261f8018c0
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