]> xenbits.xensource.com Git - libvirt.git/commit
Add support for storage host device passthrough with LXC
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 28 Nov 2012 16:13:27 +0000 (16:13 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 17 Dec 2012 17:50:51 +0000 (17:50 +0000)
commit313669d1c163527cdae40d7fbde85a6cc7b64b4b
tree2cd54013a1334a5b8a00d070e241fa52cff6f9af
parent95fef5f407870550e1248a4955058127afbcbae6
Add support for storage host device passthrough with LXC

This extends support for host device passthrough with LXC to
cover storage 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