Re: [libvirt] [PATCH 04/13] nodedev: Move node_device_linux_sysfs from node_driver to conf

2017-05-24 Thread John Ferlan
On 05/24/2017 10:35 AM, Daniel P. Berrange wrote: > On Wed, May 24, 2017 at 09:45:09AM -0400, John Ferlan wrote: >> >> >> On 05/23/2017 04:13 AM, Bjoern Walk wrote: >>> John Ferlan [2017-05-19, 09:08AM -0400]: Move the whole file from src/node_device into src/conf and

Re: [libvirt] [PATCH 04/13] nodedev: Move node_device_linux_sysfs from node_driver to conf

2017-05-24 Thread Daniel P. Berrange
On Wed, May 24, 2017 at 09:45:09AM -0400, John Ferlan wrote: > > > On 05/23/2017 04:13 AM, Bjoern Walk wrote: > > John Ferlan [2017-05-19, 09:08AM -0400]: > >> Move the whole file from src/node_device into src/conf and rename the > >> API's to have the "virNodeDevice"

Re: [libvirt] [PATCH 04/13] nodedev: Move node_device_linux_sysfs from node_driver to conf

2017-05-24 Thread John Ferlan
On 05/23/2017 04:13 AM, Bjoern Walk wrote: > John Ferlan [2017-05-19, 09:08AM -0400]: >> Move the whole file from src/node_device into src/conf and rename the >> API's to have the "virNodeDevice" prefix. >> >> Signed-off-by: John Ferlan >> --- >>

Re: [libvirt] [PATCH 04/13] nodedev: Move node_device_linux_sysfs from node_driver to conf

2017-05-23 Thread Bjoern Walk
John Ferlan [2017-05-19, 09:08AM -0400]: Move the whole file from src/node_device into src/conf and rename the API's to have the "virNodeDevice" prefix. Signed-off-by: John Ferlan --- src/Makefile.am| 8

[libvirt] [PATCH 04/13] nodedev: Move node_device_linux_sysfs from node_driver to conf

2017-05-19 Thread John Ferlan
Move the whole file from src/node_device into src/conf and rename the API's to have the "virNodeDevice" prefix. Signed-off-by: John Ferlan --- src/Makefile.am| 8 .../node_device_linux_sysfs.c | 24