Re: [libvirt] [PATCH 14/16] network: Adjust virNetworkObjNew call and return

2017-07-24 Thread Pavel Hrdina
On Fri, May 19, 2017 at 09:03:22AM -0400, John Ferlan wrote: > Have the call take a virNetworkDefPtr and save it in the object. > > Have virNetworkObjNew return a locked obj > > Avoids the need for a virNetworkObjSetDef type API for the one test need. > Update the test code and do some other

[libvirt] [PATCH 14/16] network: Adjust virNetworkObjNew call and return

2017-05-19 Thread John Ferlan
Have the call take a virNetworkDefPtr and save it in the object. Have virNetworkObjNew return a locked obj Avoids the need for a virNetworkObjSetDef type API for the one test need. Update the test code and do some other name changes to make it look like other code. Signed-off-by: John Ferlan