Re: [libvirt] [PATCH v2 05/12] esx: split virtualswitchToNetwork helper

2019-12-17 Thread Cole Robinson
On 11/15/19 7:40 AM, Pino Toscano wrote: > Move the creation of a virNetworkPtr object from the > esxVI_HostVirtualSwitch object of a virtual switch out of > esxNetworkLookupByName in an own helper. This way it can be used also > in other functions. > > Signed-off-by: Pino Toscano Reviewed-by: C

[libvirt] [PATCH v2 05/12] esx: split virtualswitchToNetwork helper

2019-11-15 Thread Pino Toscano
Move the creation of a virNetworkPtr object from the esxVI_HostVirtualSwitch object of a virtual switch out of esxNetworkLookupByName in an own helper. This way it can be used also in other functions. Signed-off-by: Pino Toscano --- src/esx/esx_network_driver.c | 34 ++---