]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security: Drop virSecurityManagerSetHugepages
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Nov 2016 12:33:02 +0000 (13:33 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 8 Dec 2016 14:45:52 +0000 (15:45 +0100)
commitce937d37105c2fc95638f4dc0d2993ae5275b464
treeae11719f54f821710f191014cd5552a0d5d94554
parentf55afd83b1338e17eae7ec83b792a7fc962edbc3
security: Drop virSecurityManagerSetHugepages

Since its introduction in 2012 this internal API did nothing.
Moreover we have the same API that does exactly the same:
virSecurityManagerDomainSetPathLabel.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/libvirt_private.syms
src/qemu/qemu_process.c
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_stack.c