[Spice-commits] Changes to 'rebase/spice-next'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Wed Dec 12 03:23:11 PST 2012


New branch 'rebase/spice-next' available with the following commits:
commit a11d45099f62f730f710bc8cdbc837e4433c64ea
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 5 16:15:37 2012 +0100

    docs: add spice-port-fqdn.txt
    
    Start a simple org.qemu.* registry of well known name.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 55b5d03f79133e66f3e3bdb552ec31752a613b2c
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 5 16:15:36 2012 +0100

    spice-qemu-char: register spicevmc ports during qemu_spice_init()
    
    Do the delayed registration of spicevmc ports after Spice server is
    initialized.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit a2bac00ca86068972beedea15b1a3064ce104d3f
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 5 16:15:35 2012 +0100

    spice-qemu-char: keep a list of spice chardev
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit ef5a94805540288890fcd8e083716dc9abcb3d4d
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 5 16:15:34 2012 +0100

    spice-qemu-char: add spiceport chardev
    
    Add a new spice chardev to allow arbitrary communication between the
    host and the Spice client via the spice server.
    
    Examples:
    
    This allows the Spice client to have a special port for the qemu
    monitor:
    
    ... -chardev spiceport,name=org.qemu.monitor,id=monitorport
        -mon chardev=monitorport
    
    v2:
    - remove support for chardev to chardev linking
    - conditionnaly compile with SPICE_SERVER_VERSION
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 412be3956cbc9b9a85e6f9a7e47ddd8d2605973a
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 5 16:15:33 2012 +0100

    spice-qemu-char: factor out CharDriverState creation
    
    Make the CharDriverState creation code reusable by spicevmc port.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit d8dfe229160666c7d9eaf38afe2fb1b8cb9e99a5
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 5 16:15:32 2012 +0100

    spice-qemu-char: write to chardev whatever amount it can read
    
    The current code waits until the chardev can read MIN(len, VMC_MAX)
    But some chardev may never reach than amount, in fact some of them
    will only ever accept write of 1. Fix the min computation and remove
    the VMC_MAX constant.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit dce567546d97a02895b02dd40e25303b53a43c45
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Dec 10 07:41:07 2012 +0100

    qxl: save qemu_create_displaysurface_from result
    
    https://bugzilla.redhat.com/show_bug.cgi?id=885644
    
    Reported-by: Markus Armbruster <armbru at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list