Re: [libvirt] [PATCH v3 13/18] storage: Rework createVport and deleteVport

2017-03-12 Thread Laine Stump
On 03/10/2017 04:10 PM, John Ferlan wrote: > Rework the code to use the new FCHost specific adapter structures. > > Also rework the parameters to only pass what's need and leave logic in > the caller for the adapter type and the need to call the helpers. > > Signed-off-by: John Ferlan > --- > src

[libvirt] [PATCH v3 13/18] storage: Rework createVport and deleteVport

2017-03-10 Thread John Ferlan
Rework the code to use the new FCHost specific adapter structures. Also rework the parameters to only pass what's need and leave logic in the caller for the adapter type and the need to call the helpers. Signed-off-by: John Ferlan --- src/storage/storage_backend_scsi.c | 96 ++--