summaryrefslogtreecommitdiff
path: root/src/util/vircgroup.h
Commit message (Expand)AuthorAgeFilesLines
* vircgroupv2: fix cpu.weight limits checkPavel Hrdina2023-01-171-0/+2
* vircgroup: introduce virCgroupGetInode functionPavel Hrdina2021-08-171-0/+2
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-70/+69
* vircgroup: drop unused function virCgroupSetupCpuSharesPavel Hrdina2021-03-041-2/+0
* vircgroup: enforce range limit for cpu.sharesPavel Hrdina2021-03-041-0/+2
* vircgroup: fix cpu quota maximum limitPavel Hrdina2020-12-011-1/+3
* qemu: move cgroup cpu period and quota defines to vircgroup.hPavel Hrdina2020-12-011-0/+5
* virt-host-validate: fix detection with cgroups v2Pavel Hrdina2020-11-191-0/+4
* util: vircgroup: introduce g_autoptr() for virCgroupPavel Hrdina2020-10-091-0/+2
* util: vircgroup: change virCgroupFree to take only virCgroupPtrPavel Hrdina2020-10-091-1/+1
* util: vircgroup: include unistd.h rather than virutil.hJán Tomko2020-02-241-1/+0
* vircgroup: add virCgroupGetCpuPeriodQuota()Daniel Henrique Barboza2020-02-231-0/+2
* vircgroup.c: add virCgroupSetupCpuPeriodQuota()Daniel Henrique Barboza2020-02-231-0/+2
* vircgroup.c: add virCgroupSetupCpuShares()Daniel Henrique Barboza2020-02-231-0/+2
* vircgroup.c: add virCgroupSetupCpusetCpus()Daniel Henrique Barboza2020-02-231-0/+1
* vircgroup.c: turn virCgroup{Get/Set}BlkioDevice* into staticDaniel Henrique Barboza2020-02-231-40/+0
* vircgroup.c: add virCgroupSetupBlkioDevice* helpersDaniel Henrique Barboza2020-02-231-0/+20
* src: replace verify(expr) with G_STATIC_ASSERT(expr)Daniel P. Berrangé2020-01-171-1/+1
* qemu: Add support for overriding max threads per process limitJim Fehlig2019-07-241-0/+1
* util: cgroup: use #pragma once in headersJonathon Jongsma2019-06-191-6/+4
* util: Move enum convertors into virenum.(c|h)Peter Krempa2019-04-101-0/+1
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* vircgroup: introduce virCgroupAddThreadPavel Hrdina2018-09-251-0/+1
* vircgroup: rename virCgroupAdd.*Task to virCgroupAdd.*ProcessPavel Hrdina2018-09-251-2/+2
* vircgroup: Split virCgroupPathOfController into two functionsPavel Hrdina2018-08-271-1/+1
* vircgroup: Introduce virCgroupGetMemoryStatPavel Hrdina2018-08-131-0/+7
* vircgroup: Move function used in tests into vircgrouppriv.hPavel Hrdina2018-08-131-13/+0
* vircgroup: Unexport unused function virCgroupRemoveRecursivelyPavel Hrdina2018-08-131-1/+0
* vircgroup: Unexport unused function virCgroupAddTaskController()Pavel Hrdina2018-08-131-4/+0
* vircgroup: Remove unused function virCgroupKill()Pavel Hrdina2018-08-131-1/+0
* vircgroup: Introduce standard set of typedefs and use themPavel Hrdina2018-08-131-1/+2
* vircgroup: Rename structs to start with underscorePavel Hrdina2018-08-131-2/+2
* Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr"v4.6.0-rc2Michal Privoznik2018-07-301-1/+1
* Revert "util: cgroup: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC"Michal Privoznik2018-07-301-7/+2
* util: cgroup: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-271-2/+7
* util: cgroup: modify virCgroupFree to take virCgroupPtrSukrit Bhatnagar2018-07-271-1/+1
* Move machineName generation from virsystemd into domain_confMartin Kletzander2017-07-251-7/+7
* lxc: ensure libvirt_lxc and qemu-nbd move into systemd machine sliceDaniel P. Berrange2017-01-091-0/+1
* util: Extract and rename qemuDomainDelCgroupForThread to virCgroupDelThreadPeter Krempa2016-08-241-0/+4
* qemu_cgroup: use virCgroupAddTask instead of virCgroupMoveTaskHenning Schild2016-03-011-3/+0
* util: cgroup: Allow ignoring EACCES in virCgroup(Allow|Deny)DevicePathPeter Krempa2016-02-171-2/+4
* util: cgroup: Drop virCgroup(Allow|Deny)DeviceMajorPeter Krempa2016-02-171-8/+0
* cgroup: Prepare for sparse vCPU topologies in virCgroupGetPercpuStatsPeter Krempa2016-02-081-1/+2
* util: Fix virCgroupNewMachine ATTRIBUTE_NONNULL argsJohn Ferlan2016-02-061-1/+1
* systemd: Modernize machine namingMartin Kletzander2016-02-051-6/+6
* lxc: don't try to hide parent cgroups inside containerDaniel P. Berrange2016-01-261-3/+3
* util: Add getters for cgroup block device I/O throttlingMartin Kletzander2015-08-181-0/+20
* cgroup: Drop resource partition from virSystemdMakeScopeNamePeter Krempa2015-07-221-1/+0
* cgroup: Use virCgroupNewThreadJohn Ferlan2015-04-091-17/+0