Re: [libvirt] [PATCH 06/15] util: Create a new virvhba module and move/rename API's

2017-02-17 Thread Pavel Hrdina
On Fri, Feb 17, 2017 at 11:42:54AM -0500, John Ferlan wrote: > > > On 02/17/2017 11:00 AM, Pavel Hrdina wrote: > > On Wed, Jan 25, 2017 at 03:27:32PM -0500, John Ferlan wrote: > >> Rather than have them mixed in with the virutil apis, create a separate > >> virvhba.c module and move the vHBA

Re: [libvirt] [PATCH 06/15] util: Create a new virvhba module and move/rename API's

2017-02-17 Thread John Ferlan
On 02/17/2017 11:00 AM, Pavel Hrdina wrote: > On Wed, Jan 25, 2017 at 03:27:32PM -0500, John Ferlan wrote: >> Rather than have them mixed in with the virutil apis, create a separate >> virvhba.c module and move the vHBA related calls into there. Soon there >> will be more added. >> >> Also

Re: [libvirt] [PATCH 06/15] util: Create a new virvhba module and move/rename API's

2017-02-17 Thread Pavel Hrdina
On Wed, Jan 25, 2017 at 03:27:32PM -0500, John Ferlan wrote: > Rather than have them mixed in with the virutil apis, create a separate > virvhba.c module and move the vHBA related calls into there. Soon there > will be more added. > > Also modify the names of the functions and some arguments to

[libvirt] [PATCH 06/15] util: Create a new virvhba module and move/rename API's

2017-01-25 Thread John Ferlan
Rather than have them mixed in with the virutil apis, create a separate virvhba.c module and move the vHBA related calls into there. Soon there will be more added. Also modify the names of the functions and some arguments to be more indicative of what is really happening. Adjust the callers