]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Honor blacklist for modprobe command
authorJohn Ferlan <jferlan@redhat.com>
Fri, 24 Jan 2014 15:47:20 +0000 (10:47 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 4 Feb 2014 15:43:53 +0000 (10:43 -0500)
commit19259574d58d0cfaa95593b484508e50c5a24b43
tree7c674818586de64da5937a959d74a761b7af5fd1
parent02bf6568f4aaa595336f70d697b65e7c4f1c37a7
Honor blacklist for modprobe command

https://bugzilla.redhat.com/show_bug.cgi?id=1045124

When loading modules, libvirt does not honor the modprobe blacklist.
Use the new virKModLoad() API in order to attempt load with blacklist check.
Use the new virKModIsBlacklisted() API to check if the failure to load
was due to the blacklist

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/util/virpci.c