]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: Introduce virNodeDeviceObjNumOfDevices
authorJohn Ferlan <jferlan@redhat.com>
Sun, 19 Mar 2017 11:49:38 +0000 (07:49 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 10 Apr 2017 11:33:43 +0000 (07:33 -0400)
commitbe3c2dfd1a2310ed7725c4f4bb009d94863fed07
tree7045d7411b9c65a4d5aa3838ff44e3f5453a32f9
parent4fba40159fc2eb246fa947e2c5e5fa10cfbd9054
nodedev: Introduce virNodeDeviceObjNumOfDevices

Unify the NumOfDevices API into virnodedeviceobj.c from node_device_driver
and test_driver.  The only real difference between the two is that the test
driver doesn't call the aclfilter API.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virnodedeviceobj.c
src/conf/virnodedeviceobj.h
src/libvirt_private.syms
src/node_device/node_device_driver.c
src/test/test_driver.c