Re: [libvirt] [PATCH 3/3] util: introduce virSocketAddrParseQuiet

2018-03-21 Thread John Ferlan
On 03/19/2018 07:28 PM, Jim Fehlig wrote: > When preparing for migration, the libxl driver creates a new TCP listen > socket for the incoming migration by calling virNetSocketNewListenTCP, > passing the destination host name. virNetSocketNewListenTCP calls > virSocketAddrParse to check if the

[libvirt] [PATCH 3/3] util: introduce virSocketAddrParseQuiet

2018-03-19 Thread Jim Fehlig
When preparing for migration, the libxl driver creates a new TCP listen socket for the incoming migration by calling virNetSocketNewListenTCP, passing the destination host name. virNetSocketNewListenTCP calls virSocketAddrParse to check if the host name is a wildcard address, in which case it