summaryrefslogtreecommitdiff
path: root/src/lxc/lxc_controller.c
Commit message (Expand)AuthorAgeFilesLines
* lxc: Fix access to hostdev capabilitiesMichal Privoznik2023-04-251-1/+1
* lxc: Update format strings in translated messagesJiri Denemark2023-04-011-39/+39
* Rename iterface type='dummy' to type='null'Martin Kletzander2022-08-251-1/+1
* conf, docs, schemas: Add support for interface type vdsMartin Kletzander2022-08-181-0/+1
* conf, docs: Add support for dummy network interfaceMartin Kletzander2022-08-051-0/+1
* lxc: Remove unused includesPeng Liang2022-06-161-4/+0
* lib: Set up cpuset controller for restrictive numatuneMichal Privoznik2022-04-071-1/+2
* syntax-check: sc_avoid_write: Don't use blanket file exceptionsPeter Krempa2022-02-151-1/+1
* lxc: Use automatic mutex managementTim Wiederhake2022-02-111-15/+10
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-8/+4
* conf: Fix type of @present in _virDomainTimerDef structMichal Privoznik2022-01-261-1/+1
* util: Check for errors in virLogSetFromEnvMartin Kletzander2022-01-051-1/+2
* virLXCControllerSetup(Resource|Cgroup)Limits: Refactor cleanupPeter Krempa2021-12-101-16/+10
* lxc_controller: Use automatic memory freeing for virBitmapPeter Krempa2021-12-101-9/+4
* Revert "lxc: controller: Fix container launch on cgroup v1"Michal Privoznik2021-12-101-2/+2
* Fix reboot command for LXC containersJoachim Falk2021-12-031-7/+11
* lxc: controller: Fix container launch on cgroup v1Cole Robinson2021-10-081-2/+2
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-2/+1
* lxc: Let the driver detect CGroups earlierMichal Privoznik2021-04-221-2/+17
* lxc: Pass another pipe to lxc_controllerMichal Privoznik2021-04-221-16/+36
* lxc_controller: Move closing of handshakeFd out of virLXCControllerDaemonHand...Michal Privoznik2021-04-221-1/+3
* lxc_controller: Initialize ctrl->handshakeFd properlyMichal Privoznik2021-04-221-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-114/+112
* lib: Use g_steal_pointer() moreMichal Privoznik2021-03-241-2/+1
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-14/+4
* lib: Put some variable declarations on individual linesMichal Privoznik2021-03-151-1/+2
* lib: Replace virFileMakePath() with g_mkdir_with_parents()Michal Privoznik2021-03-041-2/+2
* virfile: refactor virFileNBDDeviceAssociatePavel Hrdina2021-01-061-2/+2
* lxc: Set default security model in XML parser configJim Fehlig2020-12-071-1/+1
* domain_conf: make virDomainDiskSetSource() voidMatt Coleman2020-11-051-11/+2
* conf: Add support for vDPA network devicesJonathon Jongsma2020-10-201-0/+1
* util: vircgroup: change virCgroupFree to take only virCgroupPtrPavel Hrdina2020-10-091-1/+1
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-3/+0
* src/lxc/lxc_controller: convert to use GLib DBusPavel Hrdina2020-09-171-3/+3
* Do not report error when setting affinity is allowed to failMartin Kletzander2020-09-071-1/+1
* Split declarations from initializationsJán Tomko2020-08-251-2/+4
* lxc: eliminate unnecessary labelsLaine Stump2020-07-081-6/+3
* lxc: use g_auto() for all virBuffersLaine Stump2020-07-081-2/+1
* lxc: replace use of term 'slave' filesystem mount setupDaniel P. Berrangé2020-06-261-3/+3
* lxc: remove use of the terms 'master' and 'slave' in PTY setupDaniel P. Berrangé2020-06-261-7/+7
* lxc: drop compat code for mount constantsDaniel P. Berrangé2020-06-171-8/+0
* lxc: Fix memory leak in virLXCControllerPopulateDevicesJohn Ferlan2020-06-161-1/+2
* lxc: replace VIR_ALLOC/REALLOC with g_new0/renewDaniel P. Berrangé2020-06-031-16/+6
* lxc: replace VIR_FREE with g_autofree / g_freeDaniel P. Berrangé2020-06-031-77/+49
* lxc: Add HPET device into allowed devicesJulio Faracco2020-03-171-1/+5
* lxc: Add Real Time Clock device into allowed devicesJulio Faracco2020-03-171-0/+70
* lxc: Replacing default strings definitions by g_autofree statementJulio Faracco2020-02-251-64/+32
* virsh: include virutil.h where usedJán Tomko2020-02-241-0/+1
* src: assume sys/sysmacros.h always exists on LinuxDaniel P. Berrangé2020-02-041-3/+1
* Add a space before ending a commentJán Tomko2020-01-301-2/+2