]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for misc host device passthrough with LXC
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 28 Nov 2012 18:07:47 +0000 (18:07 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 17 Dec 2012 17:50:51 +0000 (17:50 +0000)
commit83a9c93807646d30c6ad64e2ed87b93dc36a0cb6
treed27b3649e90d9435acd1d97ea2c1cd2a73648e22
parent313669d1c163527cdae40d7fbde85a6cc7b64b4b
Add support for misc host device passthrough with LXC

This extends support for host device passthrough with LXC to
cover misc devices. In this case all we need todo is a
mknod in the container's /dev and whitelist the device in
cgroups

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_cgroup.c
src/lxc/lxc_container.c