[Spice-commits] Changes to 'spice.v15'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Thu Aug 19 04:27:05 PDT 2010
New branch 'spice.v15' available with the following commits:
commit 48e2c802e5dfd6094df3079b1168ecd1500e0226
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Apr 23 13:28:21 2010 +0200
spice: live migration (wip).
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 48d0d50460377d53832fa006054be984df7b414e
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Mon Jun 14 09:53:48 2010 +0200
[ElectricFence] use memalign instead of posix_memalign
commit cc5473572055bf4990dac906429acb40ba6eff4d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Mar 12 16:26:18 2010 +0100
spice: add pci vdi port backend (obsolete).
This is *not* intended to be merged upstream. It is just here
because the virtio-serial windows guest drivers are not ready,
so you can't go with the new spice-vmc yet.
commit fd3517f60b6184a1a36f62901a86f48bd39e6a74
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Tue Apr 20 13:33:54 2010 +0200
spice: add virtio-serial based vdi port 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 46c20f219ba5dc9e5c2b8e9a58a4bd34bef07c5d
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 91bb3c6f682756fd06dcb5216d298fd3935f63bb
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 955e71f01171bd48f5bb496f2ee94d88a6818c1a
Author: Yonit Halperin <yhalperi at redhat.com>
Date: Wed Jul 14 13:26:34 2010 +0300
spice: make compression configurable.
commit 0cfd6c9f23661821feb3a2600dd906abb79ace60
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:
tls-port
listening port
x509-dir
x509 file directory. Expects same filenames as
-vnc $display,x509=$dir
x509-key-file
x509-key-password
x509-cert-file
x509-cacert-file
x509-dh-key-file
x509 files can also be set individually.
tls-ciphers
which ciphers to use.
commit 0528692c6be21e6dc68ae52c5eac456431a79583
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 f44395f07f828f25a53853a89a66e10b51bc6c05
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu May 6 11:14:11 2010 +0200
switch vmware_vga to pci vgabios
commit 8c37753451a74941f6e1d4e615ec614bde92c873
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu May 6 11:13:11 2010 +0200
switch stdvga to pci vgabios
commit 161a142859b0a56c72e991b4d27edd1072f837ba
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Mar 24 11:16:54 2010 +0100
vgabios update to 0.6c + pcibios patches.
commit b89e6b604245a6e9e8c893ac8264c7812a946d18
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Tue Apr 13 09:05:03 2010 +0200
spice: add tablet support
Add support for the spice tablet interface. The tablet interface will
be registered (and then used by the spice client) as soon as a absolute
pointing device is available and used by the guest, i.e. you'll have to
configure your guest with '-usbdevice tablet'.
commit 3d19f9bad41556a8943e7ba042bba64b19dbeb15
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Mar 24 15:47:18 2010 +0100
spice: simple display
With that patch applied you'll actually see the guests screen in the
spice client. This does *not* bring qxl and full spice support though.
This is basically the qxl vga mode made more generic, so it plays
together with any qemu-emulated gfx card. You can display stdvga or
cirrus via spice client. You can have both vnc and spice enabled and
clients connected at the same time.
commit b46ac173cae9c232f92d4cb83f2068e07bc779c9
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Mar 11 11:13:29 2010 -0300
spice: add mouse
Open mouse channel. Now you can move the guests mouse pointer.
No tablet / absolute positioning (yet) though.
commit 4654b68eb3851d330c1482506a19673c172a3f20
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Mar 11 11:13:28 2010 -0300
spice: add keyboard
Open keyboard channel. Now you can type into the spice client and the
keyboard events are sent to your guest. You'll need some other display
like vnc to actually see the guest responding to them though.
commit e537d4b54936e93464c42b21e85722bfc97bde97
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Mar 11 11:13:27 2010 -0300
spice: core bits
Add -spice command line switch. Has support setting passwd and port for
now. With this patch applied the spice client can successfully connect
to qemu. You can't do anything useful yet though.
commit eac54f3940bb6826b0179be94ef9125ae5e119a3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Aug 4 15:29:20 2010 +0200
configure: require spice 0.5.3
commit 9c5e79aadf956756677e5f91e9c1fdabb9c7251b
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Mar 24 10:26:51 2010 +0100
add spice into the configure file
commit c4a250256ef8aa80fdcbe49c60b3d52d7d9fd2b2
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Apr 23 13:44:10 2010 +0200
configure: add logging
Write compile commands and messages to config.log.
Useful for debugging configure.
commit 2a755bddcde42210f498d5b35ef997cd5e008f70
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Mon Jun 14 09:54:27 2010 +0200
add pflib: PixelFormat conversion library.
More information about the Spice-commits
mailing list