qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] spice: return unspecified address according to


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] spice: return unspecified address according to protocol
Date: Mon, 12 May 2014 11:34:18 +0200

  Hi,

>      info->has_host = true;
> -    info->host = g_strdup(addr ? addr : "*");
> +    info->host = g_strdup(addr ? addr : (qemu_opt_get_bool(opts,
> +                                                           "ipv6", 0)
> +                                         ? "::" : "0.0.0.0"));

"ipv6" means "force ipv6".  If the option is not present spice-server
might still listen on ipv6, and qemu can't easily figure whenever that
is the case or not.

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]