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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Thu Oct 7 00:34:43 PDT 2010


New branch 'spice.v20' available with the following commits:
commit 9f6c56290177081ca479cf84d74edfc93979a775
Author: Venkateswararao Jujjuri (JV) <jvrao at linux.vnet.ibm.com>
Date:   Wed Oct 6 13:26:20 2010 -0700

    virtio-9p.c:401: v9fs_string_sprintf: Assertion `!(err == -1)' failed.
    
    On 10/6/2010 10:58 AM, Venkateswararao Jujjuri (JV) wrote:
    > On 10/6/2010 5:48 AM, Gerd Hoffmann wrote:
    >>  Hi,
    >>
    >> $subject says all ...
    >>
    >> Triggered by mounting the filesystem.  F14 guest.
    >>
    >
    > Ah. This is introduced by c9ba47dc5d8679efa4d5425aa27e0f8132920fb5
    > v9fs_string_sprintf() doesn't support %lu. I will send a patch to fix this shortly.
    
    Here is the patch to fix it.
    
    sgined-off-by: Venkateswararao Jujjuri (JV) <jvrao at linux.vnet.ibm.com>

commit 49cbbfabc1db83865445c03f6177c4ae93915ae5
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Sep 1 14:39:12 2010 +0200

    qxl: various updates
    
    migration fixes
    more debug logging
    release ring tweaks
    16bpp compat mode fix
    cursor render locking.

commit 9d5421dd55395f929cbd4866e372b4f06b5c07c5
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Sep 1 13:49:34 2010 +0200

    [rhel6 compat] drop xsave migration support.

commit b7dde43060549c3f069148d7d698a1a466bf2891
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Sep 6 11:20:19 2010 +0200

    [rhel6 compat] add rhel6.0.0 machine type

commit acae493e62897f5a1435e6ac995bc1f190fe2ccb
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:03:50 2010 +0200

    [rhel6 compat] adjust vga ram size

commit db31eaf10a8a385f44a094c76b24ec4f6984fcda
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:04:14 2010 +0200

    [debug] loadvm logging

commit 855712b8ce7ce7ed4b7ae2c870749367925a9a4f
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 812ac6626afbc36de76e5a316e2ae4ae999aa844
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 88975354ff4cfdcdd95a86376105f55db2963710
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 4a52cb6e3fe24301545e346768145def99777203
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 3532014aa3e95ae971b2f4c3defff7e792119930
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Aug 30 16:36:53 2010 +0200

    spice: add misc config options
    
    This patch adds a few more options to tweak spice server behavior.
    The documentation update chunk has the details ;)

commit ac24a41307bfdcf1ba9b8d0ad594b463bd203717
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 cd748f239de48733b276dc1068302a1cf3ca6fd5
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 1ad22125babc98f03e002c325de6961551933536
Author: Yonit Halperin <yhalperi at redhat.com>
Date:   Wed Jul 14 13:26:34 2010 +0300

    spice: make compression configurable.

commit 1e0b75f44ca5815a161b5f8a66bb7163f6af2121
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 b971a8e585d308d7d7d63a413fdff3e3da275032
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 eeb8ef82a46aa5b99e786a6797eb1a575d21d3c4
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu May 6 11:14:11 2010 +0200

    switch vmware_vga to pci vgabios

commit 7e20dbd1142c2d4b74d67ce0a61466c12eb7d4f2
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu May 6 11:13:11 2010 +0200

    switch stdvga to pci vgabios

commit 6c63032f28c0b8136fbb991580ff71f373757400
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