summaryrefslogtreecommitdiff
path: root/src/libvirt_public.syms
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2020-07-02 15:14:30 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2021-04-07 15:13:32 -0500
commitbb311cede795213f02938f68aaa5504548eccafd (patch)
tree3e473ee24dd6a224456a316d2ced46e056189628 /src/libvirt_public.syms
parentf98c415f8a9c6f8073f2193e831f3397d57970d0 (diff)
downloadlibvirt-bb311cede795213f02938f68aaa5504548eccafd.tar.gz
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>
Diffstat (limited to 'src/libvirt_public.syms')
-rw-r--r--src/libvirt_public.syms1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index 41f4aaf0fa..f56d430495 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -892,6 +892,7 @@ LIBVIRT_7.2.0 {
LIBVIRT_7.3.0 {
global:
virNodeDeviceDefineXML;
+ virNodeDeviceUndefine;
} LIBVIRT_7.2.0;
# .... define new API here using predicted next version number ....