aboutsummaryrefslogtreecommitdiff
path: root/src/lxc
Commit message (Expand)AuthorAgeFilesLines
* use virBitmap to store cpumask info.Hu Tao2012-09-171-8/+6
* use virBitmap to store numa nodemask info.Hu Tao2012-09-171-13/+12
* use virBitmap to store cpu affinity infoHu Tao2012-09-171-14/+9
* node_memory: Support get/set memory parameters for driversOsier Yang2012-09-171-0/+2
* Don't assume use of /sys/fs/cgroupDaniel P. Berrange2012-09-071-23/+48
* network: get vlan info for Open vSwitch interfaces from proper sourceLaine Stump2012-08-301-1/+1
* Internal refactory of data structuresMarcelo Cerri2012-08-204-22/+28
* network: add support for setting VLANs on Open vSwitch portsKyle Mestery2012-08-171-1/+1
* Refactor RPC client private data setupDaniel P. Berrange2012-08-151-6/+17
* Allow sync IO and keepalives to be skipped in RPC client setupDaniel P. Berrange2012-08-151-0/+2
* Destroy virdomainlist.[ch]Osier Yang2012-08-141-2/+1
* nwfilter: fix crash during filter define when lxc driver failed startupLaine Stump2012-08-091-29/+31
* Turn virNetClient* into virObject instancesDaniel P. Berrange2012-08-071-2/+2
* Turn virNetServer* into virObject instancesDaniel P. Berrange2012-08-071-4/+4
* Turn virDomainObjPtr into a virObjectPtrDaniel P. Berrange2012-08-071-3/+3
* virrandom: make virRandomInitialize an automatic one-shotEric Blake2012-08-061-3/+2
* build: fix build without HAVE_CAPNGEric Blake2012-07-301-1/+1
* Improve error message in LXC startup with network is not activeDaniel P. Berrange2012-07-301-2/+25
* Add handling for reboots of LXC containersDaniel P. Berrange2012-07-304-13/+98
* Allow CAP_SYS_REBOOT on new enough kernelsDaniel P. Berrange2012-07-301-3/+83
* Run an RPC protocol over the LXC controller monitorDaniel P. Berrange2012-07-306-2/+221
* Move LXC monitor code out into separate fileDaniel P. Berrange2012-07-304-31/+283
* Convert the LXC driver to use virNetClientDaniel P. Berrange2012-07-304-111/+73
* Replace use of lxcError with virReportErrorDaniel P. Berrange2012-07-306-240/+235
* Rename lxc_driver_t to virLXCDriverDaniel P. Berrange2012-07-305-86/+88
* Rename all APIs in lxc_domain.c to have a virLXCDomain prefixDaniel P. Berrange2012-07-304-16/+16
* Rename all APIs in lxc_process.c to have a virLXCProcess prefixDaniel P. Berrange2012-07-303-140/+141
* maint: don't permit format strings without %Eric Blake2012-07-261-2/+4
* Desert the FSF address in copyrightOsier Yang2012-07-2313-26/+26
* Make the 'lxc_driver' global variable non-staticGao feng2012-07-201-1/+1
* Move LXC process management code into separate fileDaniel P. Berrange2012-07-194-1226/+1311
* Move cgroup setup code out of lxc_controller.cDaniel P. Berrange2012-07-193-230/+303
* Move LXC domain private data into separate fileDaniel P. Berrange2012-07-193-31/+92
* Don't autostart domains when reloading configDaniel P. Berrange2012-07-191-2/+0
* lxcContainerMountCGroups also mounts a tmpfs that needs to be labeled.Dan Walsh2012-07-181-4/+14
* Mount all tmpfs filesystems with correct SELinux labelDaniel J Walsh2012-07-181-20/+27
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-3/+3
* Fix shutdown of LXC controllerDaniel P. Berrange2012-07-111-2/+5
* build: detect all improper uses of _("%s")Eric Blake2012-07-101-3/+2
* Only ummount /proc, /sys, /dev if the root source is '/'Daniel P. Berrange2012-07-051-4/+6
* Switch to using virNetServer APIs for monitor socketDaniel P. Berrange2012-07-051-216/+52
* Move loop device setup code into virfile.{c,h}Daniel P. Berrange2012-07-051-107/+4
* Move cgroup objects into virLXCControllerPtrDaniel P. Berrange2012-07-051-65/+67
* Move monitor into virLXCControllerPtrDaniel P. Berrange2012-07-051-60/+55
* Move /dev/pts setup out of virLXCControllerRunDaniel P. Berrange2012-07-051-101/+128
* Move security manager into virLXCControllerPtr objectDaniel P. Berrange2012-07-051-22/+15
* Move loop device FDs into virLXCControllerPtr objectDaniel P. Berrange2012-07-051-16/+34
* 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