]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: Remove GetMdevctl*Command() wrappers
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 31 Mar 2021 22:03:08 +0000 (17:03 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Mon, 19 Apr 2021 15:24:13 +0000 (10:24 -0500)
commit073862febe15cab15ea214ad9c528e5b449701d0
tree599f3dbba944c38b2ff1f258b2664d68a9333974
parent87b31fe8a2875fd6fd33ecd9eca1c5ca8767ce72
nodedev: Remove GetMdevctl*Command() wrappers

These per-command generator functions were only exposed in the header to
allow the commandline generation to be tested. Now that we have a
generic mdevctl command generator, we can get rid of the per-command
wrappers and reduce the noise in the header.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/node_device/node_device_driver.c
src/node_device/node_device_driver.h
tests/nodedevmdevctltest.c