[Spice-commits] Changes to 'spice.v28'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Tue Jan 11 04:01:40 PST 2011
New branch 'spice.v28' available with the following commits:
commit 49c486faa361c26ea6bf43ae3b63e76089621973
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Aug 26 13:04:14 2010 +0200
[debug] loadvm logging
commit b7cb61d8a1d53cc92c2025d5a62849c21fbfc30b
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Oct 27 12:14:18 2010 +0200
[hotfix] misc pulse tweaks
commit 1cb8123545902778a7f5d86f5f4b22c8f6fe0046
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 8aa8049e53063f266eb0e428cb4707270fa17f0d
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 d40633e97d49d1e81a606ec31b2cda3d90ca5f8c
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 64592e519824d0fd8593e83f43893e852b9f70be
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 714b5c803e74e01ad9ab9253a38d06dda26ea324
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Mon Dec 13 21:30:37 2010 +0100
spice: MAINTAINERS update
commit 48cc9c58a0b9def5fc6914e00cfd9484264416a0
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 d0cbf73ccaf6d5acfc824ff365d39d5636895f7c
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