]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: Export nodeDeviceUpdateCaps from node_device_conf.c
authorErik Skultety <eskultet@redhat.com>
Thu, 18 Jan 2018 10:07:25 +0000 (11:07 +0100)
committerErik Skultety <eskultet@redhat.com>
Mon, 29 Jan 2018 14:34:30 +0000 (15:34 +0100)
commit349dda1fc89fd48626482e298fcc2b4f05e16c76
tree29b3e44af107a1b79216dac324be934852f35587
parentf83c7c88c54842d0ccd54255d718995e0aa779a4
nodedev: Export nodeDeviceUpdateCaps from node_device_conf.c

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 <eskultet@redhat.com>
src/conf/node_device_conf.c
src/conf/node_device_conf.h
src/libvirt_private.syms
src/node_device/node_device_driver.c
src/node_device/node_device_hal.c