libvirt/src/lxc
Daniel P. Berrange 992ed55fea Implement virDomainSendProcessSignal for LXC driver
Implement the new API for sending signals to processes in a guest
for the LXC driver. Only support sending signals to the init
process for now, because

 - The kernel does not appear to expose the mapping between
   container PID numbers and host PID numbers anywhere in the
   host OS namespace
 - There is no race-free way to validate whether a host PID
   corresponds to a process in a container.

* src/lxc/lxc_driver.c: Allow sending processes signals

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-11-29 15:50:12 +00:00
..
libvirtd_lxc.aug Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_cgroup.c make /proc/meminfo isolate with host through fuse 2012-11-28 10:28:49 +00:00
lxc_cgroup.h make /proc/meminfo isolate with host through fuse 2012-11-28 10:28:49 +00:00
lxc_conf.c capabilities: defaultConsoleTargetType can depend on architecture 2012-11-09 09:20:59 -07:00
lxc_conf.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_container.c mount fuse's meminfo file to container's /proc/meminfo 2012-11-28 10:28:49 +00:00
lxc_container.h add fuse support for libvirt lxc 2012-11-28 10:28:49 +00:00
lxc_controller.c add fuse support for libvirt lxc 2012-11-28 10:28:49 +00:00
lxc_domain.c Store initpid in the domain status XML for LXC 2012-11-27 17:02:22 +00:00
lxc_domain.h Store initpid in the domain status XML for LXC 2012-11-27 17:02:22 +00:00
lxc_driver.c Implement virDomainSendProcessSignal for LXC driver 2012-11-29 15:50:12 +00:00
lxc_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_fuse.c make /proc/meminfo isolate with host through fuse 2012-11-28 10:28:49 +00:00
lxc_fuse.h make /proc/meminfo isolate with host through fuse 2012-11-28 10:28:49 +00:00
lxc_monitor.c Log an audit message with the LXC init pid 2012-11-22 10:46:40 +00:00
lxc_monitor.h Log an audit message with the LXC init pid 2012-11-22 10:46:40 +00:00
lxc_process.c add fuse support for libvirt lxc 2012-11-28 10:28:49 +00:00
lxc_process.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_protocol.x Log an audit message with the LXC init pid 2012-11-22 10:46:40 +00:00
lxc.conf Standardize whitespace used in example config files 2012-05-28 10:59:13 +01:00
test_libvirtd_lxc.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00