]> git.ipfire.org Git - thirdparty/libvirt.git/commit
utils: Introduce functions for kernel module manipulation
authorJohn Ferlan <jferlan@redhat.com>
Wed, 29 Jan 2014 14:36:26 +0000 (09:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 4 Feb 2014 13:52:27 +0000 (08:52 -0500)
commit4a2179ea9224ec01c036de116c0c226ce3f4d436
tree8719a071ae046129d8a2ccfd91468ce60e352b26
parent0d0a7bf45a67139ae591e69a7b5994e14a7709b8
utils: Introduce functions for kernel module manipulation

virKModConfig()        - Return a buffer containing kernel module configuration
virKModLoad()          - Load a specific module into the kernel configuration
virKModUnload()        - Unload a specific module from the kernel configuration
virKModIsBlacklisted() - Determine whether a module is blacklisted within
                         the kernel configuration
configure.ac
src/Makefile.am
src/libvirt_private.syms
src/util/virkmod.c [new file with mode: 0644]
src/util/virkmod.h [new file with mode: 0644]