Re: [lxc-devel] Running windows over lxc

2012-08-16 Thread Michael Tokarev
On 16.08.2012 22:18, Kumar Sukhani wrote: > We where reading about OS level virtualization and came across that > non of such Open Source implementation have feature of providing > virtualization for propitiatory OS like windows. > > Proposing idea: > We can run QEMU in one of the container which

Re: [lxc-devel] Running windows over lxc

2012-08-16 Thread clownix
The idea works, you just have to make the /dev/kvm device visible in the lxc with something like: lxc.cgroup.devices.allow = c 10:* rwm" The kvm device has a minor that could be detected before lxc configuration to avoid the * giving the lxc visibility to all the miscellaneous devices. Of cours