Re: [libvirt] [PATCH 06/15] nodedev: Export nodeDeviceUpdateCaps from node_device_conf.c

2018-01-26 Thread Michal Privoznik
On 01/25/2018 10:23 AM, Erik Skultety wrote: > Since we moved the helpers from nodedev driver to src/conf, the actual > 'update' function using those helpers should be moved as well so that we > don't need to call back into the driver. > > Signed-off-by: Erik Skultety > --- > src/conf/node_devic

[libvirt] [PATCH 06/15] nodedev: Export nodeDeviceUpdateCaps from node_device_conf.c

2018-01-25 Thread Erik Skultety
Since we moved the helpers from nodedev driver to src/conf, the actual 'update' function using those helpers should be moved as well so that we don't need to call back into the driver. Signed-off-by: Erik Skultety --- src/conf/node_device_conf.c | 54