libvirt/src/util
Pavel Hrdina 65ba48d267 vircgroup: rename controllers to legacy
With the introduction of cgroup v2 there are new names used with
cgroups based on which version is used:

    - legacy: cgroup v1
    - unified: cgroup v2
    - hybrid: cgroup v1 and cgroup v2

Let's use 'legacy' instead of 'cgroupv1' or 'controllers' in our code.

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2018-09-25 13:40:22 +02:00
..
iohelper.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
Makefile.inc.am vircgroup: introduce cgroup v1 backend files 2018-09-25 12:37:51 +02:00
viralloc.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
viralloc.h util: alloc: add macros for implementing automatic cleanup functionality 2018-07-14 17:01:30 +02:00
virarch.c util: add RISC-V architectures 2018-08-24 13:23:36 +02:00
virarch.h util: add RISC-V architectures 2018-08-24 13:23:36 +02:00
virarptable.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virarptable.h virarptable: Include rtnetlink.h only on Linux 2018-03-15 14:59:12 +01:00
viratomic.c
viratomic.h
viraudit.c internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
viraudit.h
virauth.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virauth.h
virauthconfig.c util: authconfig: use VIR_AUTOFREE instead of VIR_FREE for scalar types 2018-07-14 17:01:30 +02:00
virauthconfig.h util: authconfig: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-14 17:01:30 +02:00
virbitmap.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virbitmap.h util: bitmap: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-14 17:01:30 +02:00
virbuffer.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virbuffer.h util: buffer: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:19:13 +02:00
vircgroup.c vircgroup: rename controllers to legacy 2018-09-25 13:40:22 +02:00
vircgroup.h vircgroup: introduce virCgroupAddThread 2018-09-25 09:59:23 +02:00
vircgroupbackend.c vircgroup: introduce cgroup v1 backend files 2018-09-25 12:37:51 +02:00
vircgroupbackend.h vircgroup: extract virCgroupV1(Set|Get)CpusetCpus 2018-09-25 13:40:22 +02:00
vircgrouppriv.h vircgroup: rename controllers to legacy 2018-09-25 13:40:22 +02:00
vircgroupv1.c vircgroup: rename controllers to legacy 2018-09-25 13:40:22 +02:00
vircgroupv1.h vircgroup: introduce cgroup v1 backend files 2018-09-25 12:37:51 +02:00
virclosecallbacks.c conf: Rework/rename virDomainObjListFindByUUIDRef 2018-04-23 06:41:45 -04:00
virclosecallbacks.h util: Alter virCloseCallback typedef to return void 2018-04-09 18:26:03 -04:00
vircommand.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vircommand.h util: command: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-14 17:01:30 +02:00
vircommandpriv.h
virconf.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virconf.h
vircrypto.c src: Drop most of #ifdef WITH_GNUTLS 2018-06-05 14:32:36 +02:00
vircrypto.h vircrypto: Drop virCryptoGenerateRandom 2018-06-05 10:31:19 +02:00
virdbus.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virdbus.h
virdbuspriv.h
virdevmapper.c virDevMapperGetTargetsImpl: Be tolerant to kernels without DM support 2018-07-13 16:01:05 +02:00
virdevmapper.h util: Introduce virDevMapperGetTargets 2018-04-05 09:58:44 +02:00
virdnsmasq.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virdnsmasq.h
virebtables.c
virebtables.h
virendian.h
virerror.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virerror.h util: error: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:19:06 +02:00
virevent.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virevent.h
vireventpoll.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
vireventpoll.h
virfcp.c util: fcp: use VIR_AUTOFREE instead of VIR_FREE for scalar types 2018-07-14 17:01:30 +02:00
virfcp.h
virfdstream.c src: Make virStr*cpy*() functions return an int 2018-07-23 14:27:30 +02:00
virfdstream.h
virfile.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virfile.h internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
virfilecache.c Remove ignore_value or void from unlink calls 2018-09-20 13:45:56 -04:00
virfilecache.h
virfirewall.c util: firewall: use VIR_AUTOPTR for aggregate types 2018-07-27 17:21:08 +02:00
virfirewall.h util: firewall: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:21:04 +02:00
virfirewallpriv.h
virfirmware.c
virfirmware.h
virgettext.c internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
virgettext.h
virgic.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virgic.h
virhash.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virhash.h src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virhashcode.c
virhashcode.h
virhook.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virhook.h Replace QEmu with QEMU 2018-04-01 17:42:29 +02:00
virhostcpu.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virhostcpu.h
virhostcpupriv.h
virhostdev.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virhostdev.h util: virhostdev: add virHostdevIsMdevDevice() 2018-05-14 12:12:06 -04:00
virhostmem.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virhostmem.h
viridentity.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
viridentity.h
virinitctl.c
virinitctl.h
viriptables.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
viriptables.h
viriscsi.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
viriscsi.h virISCSIScanTargets: Allow making targets persistent 2018-07-25 07:11:13 +02:00
virjson.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virjson.h Revert "Remove virJSONValueNewStringLen" 2018-08-13 15:50:01 +02:00
virkeycode.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virkeycode.h
virkeyfile.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virkeyfile.h
virkmod.c util: kmod: use VIR_AUTOPTR for aggregate types 2018-07-27 17:21:25 +02:00
virkmod.h
virlease.c util: lease: use VIR_AUTOPTR for aggregate types 2018-07-27 17:21:25 +02:00
virlease.h
virlockspace.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virlockspace.h virlockspace: Allow caller to specify start and length offset in virLockSpaceAcquireResource 2018-09-18 17:12:53 +02:00
virlog.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virlog.h log: rename virLogFlags to virLogFilterFlags to match docs 2018-05-11 17:06:55 +01:00
virmacaddr.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virmacaddr.h util: macaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-08-07 16:29:55 +02:00
virmacmap.c util: Rework virStringListAdd 2018-07-27 15:47:45 +02:00
virmacmap.h
virmdev.c util: clang is failing to compile due to unused variables. 2018-07-27 20:46:20 -04:00
virmdev.h util: mdev: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:19:23 +02:00
virmodule.c virmodule: Fix virModuleLoad stub 2018-07-15 12:09:09 +02:00
virmodule.h util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
virnetdev.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetdev.h util: netdev: Define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-08-07 16:29:55 +02:00
virnetdevbandwidth.c
virnetdevbandwidth.h
virnetdevbridge.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetdevbridge.h
virnetdevip.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetdevip.h util: netdevip: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-08-07 16:29:55 +02:00
virnetdevmacvlan.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetdevmacvlan.h
virnetdevmidonet.c
virnetdevmidonet.h
virnetdevopenvswitch.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetdevopenvswitch.h util: new function virNetDevOpenvswitchInterfaceGetMaster() 2018-07-02 18:06:53 -04:00
virnetdevtap.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virnetdevtap.h util: Remove ATTRIBUTE_NONNULL from virNetDevTapInterfaceStats 2018-07-16 06:57:25 -04:00
virnetdevveth.c util: netdevveth: use VIR_AUTOPTR for aggregate types 2018-08-07 16:29:55 +02:00
virnetdevveth.h
virnetdevvlan.c util: netdevvlan: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:21:25 +02:00
virnetdevvlan.h util: netdevvlan: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:21:25 +02:00
virnetdevvportprofile.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetdevvportprofile.h
virnetlink.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virnetlink.h util: netlink: Add some wrapper macros to get rid of redundancy 2018-09-12 09:27:26 +02:00
virnodesuspend.c
virnodesuspend.h
virnuma.c util: numa: use VIR_AUTOPTR for aggregate types 2018-08-07 16:29:56 +02:00
virnuma.h virNumaGetHugePageInfo: Return page_avail and page_free as ULL 2018-04-24 11:02:28 +02:00
virobject.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virobject.h virobject: Check if @parent is the first member in class 2018-04-18 10:04:55 +02:00
virpci.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virpci.h conf: Move more PCI functions out of device_conf 2018-09-17 09:23:04 +02:00
virperf.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virperf.h util: perf: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-08-07 16:29:56 +02:00
virpidfile.c util: pidfile: use VIR_AUTOFREE instead of VIR_FREE for scalar types 2018-08-07 16:29:56 +02:00
virpidfile.h
virpolkit.c Merge WITH_POLKIT1 and WITH_POLKIT 2018-03-14 12:46:26 +01:00
virpolkit.h
virportallocator.c virtportallocator: Change number of ports to 65536 2018-06-14 09:52:21 +02:00
virportallocator.h port allocator: make port range constant object 2018-02-22 13:52:45 +01:00
virprobe.h
virprocess.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virprocess.h process: wait longer on kill per assigned Hostdev 2018-08-21 17:37:10 +02:00
virqemu.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virqemu.h qemu: Delete old unused code for adding objects to qemu 2018-06-05 08:13:59 +02:00
virrandom.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virrandom.h
virresctrl.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virresctrl.h conf: Introduce RDT monitor host capability 2018-09-20 13:06:02 -04:00
virresctrlpriv.h
virrotatingfile.c Drop \n at the end of VIR_DEBUG messages 2018-09-19 14:05:59 +02:00
virrotatingfile.h
virscsi.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virscsi.h util: scsi: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:21:19 +02:00
virscsihost.c
virscsihost.h
virscsivhost.c util: clang is failing to compile due to unused variables. 2018-07-27 20:46:20 -04:00
virscsivhost.h util: scsivhost: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:21:25 +02:00
virseclabel.c
virseclabel.h
virsecret.c
virsecret.h
virsexpr.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virsexpr.h
virsocketaddr.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virsocketaddr.h util: socketaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-08-07 16:29:55 +02:00
virstorageencryption.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virstorageencryption.h util: storage: Sanitize parsing of disk encryption XMLs 2018-03-08 14:29:50 +01:00
virstoragefile.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virstoragefile.h conf: introduce initiator IQN support for domain disks 2018-08-08 17:33:12 +02:00
virstoragefilebackend.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virstoragefilebackend.h storage: create separate loadable modules for storage file drivers 2018-05-03 13:17:59 +01:00
virstring.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virstring.h util: Rework virStringListAdd 2018-07-27 15:47:45 +02:00
virsysinfo.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virsysinfo.h
virsysinfopriv.h
virsystemd.c
virsystemd.h
virsystemdpriv.h
virthread.c
virthread.h
virthreadjob.c
virthreadjob.h
virthreadpool.c virThreadPool: Prevent switching between zero and non-zero maxWorkers 2018-07-21 07:46:45 -04:00
virthreadpool.h
virtime.c internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
virtime.h
virtpm.c
virtpm.h
virtypedparam.c virTypedParamsDeserialize: set nparams to 0 in case of an error 2018-07-23 14:28:58 -04:00
virtypedparam.h
viruri.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
viruri.h
virusb.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virusb.h util: usb: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC 2018-07-27 17:21:15 +02:00
virutil.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virutil.h Add functions for checking if user or group exists 2018-09-13 16:19:25 +02:00
viruuid.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
viruuid.h
virvhba.c
virvhba.h
virvsock.c util: create virvsock.c 2018-05-29 15:42:03 +02:00
virvsock.h util: create virvsock.c 2018-05-29 15:42:03 +02:00
virxdrdefs.h
virxml.c util: Fix misaligned arguments and misaligned conditions for [if|while|...] 2018-09-24 10:02:40 +02:00
virxml.h