[libvirt] [PATCH 0/2] utils: squelch errors from virNetSocketNewConnectTCP

Jim Fehlig jfehlig at suse.com
Mon Mar 26 20:29:38 UTC 2018


Patch1 fixes a case where error is reported even when the reportError
parameter is false.

Patch2 is essentially a V2 of a patch posted earlier, incorporating
some ideas from jferlan's review

https://www.redhat.com/archives/libvir-list/2018-March/msg01120.html

Jim Fehlig (2):
  util: honor reportError parameter in virSocketAddrParseInternal
  util: introduce virSocketAddrParseAny

 src/libvirt_private.syms |  1 +
 src/rpc/virnetsocket.c   |  2 +-
 src/util/virsocketaddr.c | 53 ++++++++++++++++++++++++++++++++++++++++++++----
 src/util/virsocketaddr.h |  5 +++++
 4 files changed, 56 insertions(+), 5 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list