[Spice-commits] Changes to 'spice.v18'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Tue Aug 31 07:19:26 PDT 2010
New branch 'spice.v18' available with the following commits:
commit d268f005314916629722c236ddf6b6b189520609
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Aug 26 13:04:14 2010 +0200
[debug] loadvm logging
commit ad40e1d8fdb732b18fc738f976d677664fbe2519
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu Aug 26 13:03:50 2010 +0200
[rhel6 compat] adjust vga ram size
commit cb98fe20e2321788fd0fee9d650ce8eab3062af3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Apr 23 13:28:21 2010 +0200
[wip] spice: 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.
commit 39c8f8819d60f4af973be15ddf7b809453eee74a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Mon Jun 14 09:53:48 2010 +0200
[ElectricFence] use memalign instead of posix_memalign
commit 7b8d19a9d8e216e4f602c54b6854131b1aab46eb
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Tue Apr 20 13:33:54 2010 +0200
spice: add virtio-serial based spice vmchannel 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 03b04e90904f38450eef4eb314c6061aceaef279
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 3629bb3b9332224acfaa4a9dc374c02627f2dcd5
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 dd9b93432b0ec1f329ae774b649b2ffdb47f9270
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Mon Aug 30 16:36:53 2010 +0200
spice: add config options
Add more spice config options (requires spice >= 0.6.0)
streaming-video
agent-mouse
playback-compression
commit 255a8b0ddad413a09bab4e77cf9cf9bdbd9279b7
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Aug 27 14:29:16 2010 +0200
spice: add config options for the listening address
Make listening address configurable. Also add options to
force using IPv4 or IPv6.
commit 766ceade7f421e4d9c2b5cd9b01cc9cd3ab0bd7f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Aug 27 14:09:56 2010 +0200
spice: add config options for channel security.
This allows to enforce tls or plaintext usage for certain spice
channels.
commit f04af8bf136bea61047b42ae5eb6c128eb4626ab
Author: Yonit Halperin <yhalperi at redhat.com>
Date: Wed Jul 14 13:26:34 2010 +0300
spice: make compression configurable.
commit ee74a82d8c4dfab74478f6dd31cc78386dedd616
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.
commit 808f4deae1c9e505617c8f4aef3209ab71a5f5ca
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 eefaa1e1747db06e45ae2eedc01bd223d69b3586
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu May 6 11:14:11 2010 +0200
switch vmware_vga to pci vgabios
commit 44124d9d7558a8bae4a903828f9224d052adcda5
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Thu May 6 11:13:11 2010 +0200
switch stdvga to pci vgabios
commit 804be66825925ba80de1985805d8aa11355a929c
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Mar 24 11:16:54 2010 +0100
vgabios update to 0.6c + pcibios patches.
More information about the Spice-commits
mailing list