summaryrefslogtreecommitdiff
path: root/src/util/virkmod.c
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unused includesPeng Liang2022-06-161-1/+0
* util: rename method to virKModIsProhibitedDaniel P. Berrangé2020-06-261-12/+12
* util: remove unused virKModConfig methodDaniel P. Berrangé2020-06-221-19/+0
* src: remove redundant arg to virKModLoadDaniel P. Berrangé2020-06-221-6/+3
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-2/+1
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-2/+2
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-2/+2
* util: kmod: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-07-271-16/+6
* util: kmod: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-07-271-10/+6
* Typos: Get rid of dependan(t|cies)Martin Kletzander2015-04-021-1/+1
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-3/+3
* utils: Introduce functions for kernel module manipulationJohn Ferlan2014-02-041-0/+181