[libvirt] [PATCH 2/3] qemu: Omit SPICE address if no port is specified

Ján Tomko jtomko at redhat.com
Tue Mar 15 11:17:25 UTC 2016


On Tue, Mar 15, 2016 at 10:20:49AM +0100, Christophe Fergeau wrote:
> Currently -spice addr=127.0.0.1 is generated, but spice-server is going
> to ignore this as no port is specified.
> ---
> 
> This one is more readable with git show -w, it's just
> if (port > 0 || tlsPort > 0) {
>   <indentation change>
> }
> 
> Christophe
> 
>  src/qemu/qemu_command.c                            | 65 +++++++++++-----------
>  .../qemuxml2argv-controller-order.args             |  2 +-
>  2 files changed, 34 insertions(+), 33 deletions(-)
> 

ACK

Jan




More information about the libvir-list mailing list