aboutsummaryrefslogtreecommitdiff
path: root/src/lxc
Commit message (Expand)AuthorAgeFilesLines
...
* Move daemon handshake FD into virLXCControllerPtrDaniel P. Berrange2012-07-051-13/+24
* Make console handling part of virLXCControllerPtrDaniel P. Berrange2012-07-051-112/+152
* Store the init PID in the virLXCController objectDaniel P. Berrange2012-07-051-30/+44
* Move veth device management into virLXCControllerPtr objectDaniel P. Berrange2012-07-053-34/+59
* Introduce a virLXCControllerPtr object to hold LXC controller stateDaniel P. Berrange2012-07-051-42/+89
* Remove sub-mounts under /dev when starting an LXC containerDaniel P. Berrange2012-06-291-3/+4
* Support bind mounting host files, as well as directories in LXCDaniel J Walsh2012-06-251-5/+38
* Add support for guest bind mounts with LXCDaniel P. Berrange2012-06-251-0/+7
* Add support for RAM filesystems for LXCDaniel P. Berrange2012-06-251-0/+49
* Initialize random generator in lxc controllerJim Fehlig2012-06-201-1/+4
* drivers: Implement virListAllDomains for drivers using virDomainObjPeter Krempa2012-06-201-0/+19
* LXC: avoid useless duplicate memory freeGao feng2012-06-191-2/+2
* LXC: fix incorrect DEBUG infoGao feng2012-06-181-1/+1
* LXC: fix memory leak in lxcContainerSetupExtraMountsGao feng2012-06-181-1/+0
* build: fix whitespace damageEric Blake2012-06-181-1/+1
* LXC: fix memory leak in lxcContainerGetSubtreeGao feng2012-06-181-5/+5
* LXC: fix memory leak in lxcContainerMountFSBlockHelperGao feng2012-06-181-0/+1
* Always pivot_root event if the new root source is '/'Daniel P. Berrange2012-06-141-5/+8
* Add some missing hook functionsDaniel P. Berrange2012-06-131-17/+77
* LXC: fix memory leak in lxcContainerMountFSBlockAutoGao feng2012-06-111-0/+1
* LXC: fix incorrect parameter of mount in lxcContainerMountFSBindGao feng2012-06-111-1/+1
* LXC: Delete unused variable src in lxcContainerMountBasicFSGao feng2012-06-111-6/+1
* lxc: return correct number of CPUsMartin Kletzander2012-05-301-1/+1
* Autogenerate augeas test case from default config filesDaniel P. Berrange2012-05-282-33/+8
* Standardize whitespace used in example config filesDaniel P. Berrange2012-05-281-4/+4
* Fix potential events deadlock when unref'ing virConnectPtrDaniel P. Berrange2012-05-211-2/+0
* Remount cgroups controllers after setting up new /sys in LXCDaniel P. Berrange2012-05-161-9/+234
* Trim /proc & /sys subtrees before mounting new instancesDaniel P. Berrange2012-05-161-14/+47
* Avoid LXC pivot root in the root source is still /Daniel P. Berrange2012-05-161-2/+15
* Mount fresh instance of sysfs/selinux in LXCDaniel P. Berrange2012-05-161-21/+11
* Convert the LXC driver to use the security driver API for mount optionsDaniel Walsh2012-05-162-54/+26
* Pass the virt driver name into security driversDaniel Walsh2012-05-163-4/+12
* Make lxcContainerSetStdio the last thing to be called in container startupDaniel P. Berrange2012-05-011-4/+4
* Ensure logging is initialized early in libvirt_lxcDaniel P. Berrange2012-05-011-3/+9
* Ensure LXC security driver is set unconditonallyDaniel P. Berrange2012-05-011-2/+2
* Ensure libvirt_lxc process loads the live XML configDaniel P. Berrange2012-05-012-9/+7
* lxc: Fix coverity findingsStefan Berger2012-04-272-3/+3
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-302-3/+3
* Add support for setting init argv for LXCDaniel P. Berrange2012-03-271-0/+3
* Detect location fo selinux mount pointDaniel P. Berrange2012-03-271-2/+4
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-2/+2
* Centralize error reporting for URI parsing/formatting problemsDaniel P. Berrange2012-03-231-4/+1
* Add support for forcing a private network namespace for LXC guestsDaniel P. Berrange2012-03-151-4/+8
* Add container_uuid env variable to LXC guestsDaniel P. Berrange2012-03-151-0/+1
* Fix a few typo in translated stringsDaniel Veillard2012-03-121-2/+2
* Attach vm-id to Open vSwitch interfaces.Ansis Atteka2012-03-081-1/+2
* xml: use long long internally, to centralize overflow checksEric Blake2012-03-071-2/+4
* lxc: Cleaner fix for compilation without SELinuxMartin Kletzander2012-02-291-6/+11
* hooks: Add support for capturing hook outputJiri Denemark2012-02-291-2/+4
* Fixed URI parsingMartin Kletzander2012-02-241-1/+2