]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: nodedev: Rename virNodeDeviceCapMatch to virNodeDevObjHasCap
authorErik Skultety <eskultet@redhat.com>
Thu, 11 Jan 2018 12:43:29 +0000 (13:43 +0100)
committerErik Skultety <eskultet@redhat.com>
Mon, 29 Jan 2018 14:34:30 +0000 (15:34 +0100)
commit54cab1051815177034388f6ef395b80c6597f362
treed4be8783736a269558fe83bff9fa71d39a0640b7
parent1cbaeda7072a95050047e3b57ef6d97375e2af00
conf: nodedev: Rename virNodeDeviceCapMatch to virNodeDevObjHasCap

We currently have 2 methods that do the capability matching. This should
be condensed to a single function and all the derivates should just call
into that using a proper type conversion.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
src/conf/virnodedeviceobj.c