[Spice-commits] Changes to 'rebase/spice-next'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Tue Apr 22 04:14:51 PDT 2014
New branch 'rebase/spice-next' available with the following commits:
commit 5a4d8ff1c4159aa72bec9842b5ce9b5b7fd79bf4
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