summaryrefslogtreecommitdiff
path: root/src/util/virresctrl.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 3)Jiri Denemark2023-04-011-50/+36
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-2/+1
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-4/+2
* whitespace clean-upsMartin Kletzander2021-07-151-1/+1
* util: Make one debug message nicerMartin Kletzander2021-07-151-1/+1
* virresctrl: Fix updating the mask for a cache resourceVinayak Kale2021-07-071-2/+4
* virresctrl: fix starting VMs with cputune.memorytune specifiedPavel Hrdina2021-06-211-1/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-160/+153
* util: virresctrl: Use g_strsplit instead of virStringSplitCountPeter Krempa2021-04-121-22/+16
* util: virresctrl: Remove empty 'cleanup' sectionsPeter Krempa2021-04-121-72/+39
* util: virresctrl: Use automatic memory freeingPeter Krempa2021-04-121-36/+17
* virResctrlAllocGetUnused: Use g_autoptr for variables of virResctrlAlloc typePeter Krempa2021-04-121-20/+12
* virResctrlAllocNewFromInfo: Use g_autoptr for 'ret'Peter Krempa2021-04-121-8/+3
* virResctrlAllocNewFromInfo: Restrict variable scope and use automatic freeingPeter Krempa2021-04-121-5/+3
* virResctrlGetCacheInfo: Restrict variable scope and use automatic freeingPeter Krempa2021-04-121-17/+13
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-25/+17
* lib: Replace virFileMakePath() with g_mkdir_with_parents()Michal Privoznik2021-03-041-1/+1
* virResctrlMonitorGetStats: Don't use 'virStringListAdd'Peter Krempa2021-02-111-2/+3
* virResctrlInfoGetMonitorPrefix: Don't use 'virStringListAdd' to construct listPeter Krempa2021-02-111-6/+6
* util: replace VIR_FREE with g_free in all *Dispose() functionsLaine Stump2021-02-051-20/+20
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-3/+3
* src: add missing headers to various filesPavel Hrdina2021-01-061-0/+1
* remove unnecessary cleanup labels and unused return variablesLaine Stump2020-11-021-13/+8
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-6/+3
* util: resctrl: use g_new0Ján Tomko2020-10-061-52/+25
* util: resctrl fix spacing in commentJán Tomko2020-10-061-1/+1
* Use 'virBitmapNewCopy' instead of 'virBitmapCopy'Peter Krempa2020-10-051-2/+2
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-9/+1
* virBitmapToString: Remove unused 'prefix' and 'trim' argumentsPeter Krempa2020-10-051-1/+1
* Use g_strfeev instead of virStringFreeListJán Tomko2020-08-031-7/+7
* resctrl: Rename virResctrlLockWrite -> virResctrlLockMartin Kletzander2020-08-031-4/+4
* util: Get rid of virFileFlock()Martin Kletzander2020-08-031-2/+27
* resctrl: Use exclusive lock for /sys/fs/resctrlMartin Kletzander2020-08-031-1/+1
* resctrl: Do not open directory for writingMartin Kletzander2020-07-091-1/+1
* src: fix word spell typosFangge Jin2020-07-091-1/+1
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-7/+3
* Drop needless variableMichal Privoznik2020-05-051-5/+1
* Include unistd.h where usedJán Tomko2020-02-241-0/+1
* virBufferTrim: do not accept lenJán Tomko2020-02-031-2/+2
* Add a space before ending a commentJán Tomko2020-01-301-1/+1
* src: stop using O_DIRECTORY in resctrlDaniel P. Berrangé2020-01-291-1/+1
* util, resctrl: using 64bit interface instead of 32bit for countersWang Huaqiang2020-01-061-3/+3
* util: remove unneeded cleanup labelsDaniel Henrique Barboza2019-11-121-5/+2
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-14/+7
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-2/+2
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+2
* Use g_strdup where VIR_STRDUP's return value was propagatedJán Tomko2019-10-211-1/+2
* util: use g_steal_pointer instead of VIR_STEAL_PTRJán Tomko2019-10-161-5/+5
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-1/+1
* util: Remove unused virResctrlMonitorGetCacheOccupancyWang Huaqiang2019-08-051-27/+0