]> git.ipfire.org Git - thirdparty/libvirt.git/commit
api: add virNodeDeviceUndefine()
authorJonathon Jongsma <jjongsma@redhat.com>
Thu, 2 Jul 2020 20:14:30 +0000 (15:14 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Wed, 7 Apr 2021 20:13:32 +0000 (15:13 -0500)
commitbb311cede795213f02938f68aaa5504548eccafd
tree3e473ee24dd6a224456a316d2ced46e056189628
parentf98c415f8a9c6f8073f2193e831f3397d57970d0
api: add virNodeDeviceUndefine()

This interface allows you to undefine a persistently defined (but
inactive) mediated devices. It is implemented via 'mdevctl'

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
14 files changed:
include/libvirt/libvirt-nodedev.h
src/access/viraccessperm.c
src/access/viraccessperm.h
src/driver-nodedev.h
src/libvirt-nodedev.c
src/libvirt_public.syms
src/node_device/node_device_driver.c
src/node_device/node_device_driver.h
src/node_device/node_device_udev.c
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
tests/nodedevmdevctldata/mdevctl-undefine.argv [new file with mode: 0644]
tests/nodedevmdevctltest.c