libvirt/src/lxc
Daniel P. Berrange 4f2094a8a6 Allow 32-on-64 execution for LXC guests
Using the 'personality(2)' system call, we can make a container
on an x86_64 host appear to be i686. Likewise for most other
Linux 64bit arches.

* src/lxc/lxc_conf.c: Fill in 32bit capabilities for x86_64 hosts
* src/lxc/lxc_container.h, src/lxc/lxc_container.c: Add API to
  check if an arch has a 32bit alternative
* src/lxc/lxc_controller.c: Set the process personality when
  starting guest
2011-02-24 12:04:29 +00:00
..
libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
lxc_conf.c Allow 32-on-64 execution for LXC guests 2011-02-24 12:04:29 +00:00
lxc_conf.h maint: use gnulib configmake rather than open-coding things 2010-11-17 08:58:58 -07:00
lxc_container.c Allow 32-on-64 execution for LXC guests 2011-02-24 12:04:29 +00:00
lxc_container.h Allow 32-on-64 execution for LXC guests 2011-02-24 12:04:29 +00:00
lxc_controller.c Allow 32-on-64 execution for LXC guests 2011-02-24 12:04:29 +00:00
lxc_driver.c Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf LXC add driver config file lxc.conf 2009-10-08 17:40:14 +02:00
test_libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
veth.c Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00
veth.h lxc: avoid large stacks with veth creation 2010-09-02 15:48:24 -06:00