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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Mon May 5 04:11:09 PDT 2014


New branch 'rebase/spice-next' available with the following commits:
commit c94b900f7566089779907540aa5a176d0922221c
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 29 09:27:31 2014 +0200

    spice: fix libvirt snapshots
    
    Only notify spice-server about migration events in case we got
    target host information beforehand.  So we kick the seamless spice
    client migration only in case a actual live migration happens, not
    when libvirt uses live-migration-to-file for snapshotting.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 6ddba93b0956913d0d1a6cd0e9712ad04f6bd8a3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 15 08:55:44 2014 +0200

    spice: fix "info spice"
    
    In case no listening address was specified, "info spice" reports
    "0.0.0.0" as address.  Which is incorrect in case spice is listening
    on ipv6.  Replace it by a wildcard "*" to indicate it is not limited
    to a specific address.
    
    Note:  Being more specific is not possible without extending the
    spice-server api.  The socket is handled by spice-server not
    qemu, so qemu can't easily figure the actual socket address.
    
    Reported-by: David Jaša <djasa at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list