[libvirt] [PATCH V2 0/2] Define macro for IPv4 loopback address and use it in libxl

Jim Fehlig jfehlig at suse.com
Fri May 19 22:33:39 UTC 2017


V2 of https://www.redhat.com/archives/libvir-list/2017-May/msg00616.html

While reviewing V1, Joao suggesting adding a macro for the various
hardcoded "127.0.0.1" used throughout the code. Patch 1 does that.

Patch2 is improved in V2 to include setting the listen address for
spice as well as VNC.

Jim Fehlig (2):
  maint: define a macro for IPv4 loopback address
  libxl: add default listen address for VNC and spice

 src/internal.h           |  2 ++
 src/libxl/libxl_conf.c   | 31 +++++++++++++++++++++----------
 src/qemu/qemu_conf.c     |  4 ++--
 src/util/virsocketaddr.c |  4 ++--
 src/vz/vz_sdk.c          |  2 +-
 5 files changed, 28 insertions(+), 15 deletions(-)

-- 
2.11.0




More information about the libvir-list mailing list