Re: [libvirt] [PATCH v3 09/12] nodedev: Introduce virNodeDeviceGetSCSIHostCaps

2017-07-03 Thread Erik Skultety
On Sat, Jun 03, 2017 at 09:11:59AM -0400, John Ferlan wrote: > We're about to move the call to nodeDeviceSysfsGetSCSIHostCaps from > node_device_driver into virnodedeviceobj, so move the guts of the code > from the driver specific node_device_linux_sysfs into its own API > since virnodedeviceobj ca

[libvirt] [PATCH v3 09/12] nodedev: Introduce virNodeDeviceGetSCSIHostCaps

2017-06-03 Thread John Ferlan
We're about to move the call to nodeDeviceSysfsGetSCSIHostCaps from node_device_driver into virnodedeviceobj, so move the guts of the code from the driver specific node_device_linux_sysfs into its own API since virnodedeviceobj cannot callback into the driver. Nothing in the code deals with sysfs