[Spice-commits] Changes to 'rebase/spice-next'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Tue Apr 29 02:18:56 PDT 2014
New branch 'rebase/spice-next' available with the following commits:
commit 0c1938957c37d0bd099c07fff81ad7539ea47515
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 1c5c973986eb924b7cc06dc9d2eeacf4601d01fe
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