Re: [libvirt] [PATCH 09/16] Move cgroup setup code out of lxc_controller.c

2012-07-19 Thread Daniel Veillard
On Thu, Jul 19, 2012 at 09:54:31AM +0100, Daniel P. Berrange wrote: > On Thu, Jul 19, 2012 at 04:37:14PM +0800, Daniel Veillard wrote: > > On Wed, Jul 18, 2012 at 05:32:30PM +0100, Daniel P. Berrange wrote: > > > From: "Daniel P. Berrange" > > > > > > Move the cgroup setup code out of the lxc_con

Re: [libvirt] [PATCH 09/16] Move cgroup setup code out of lxc_controller.c

2012-07-19 Thread Daniel P. Berrange
On Thu, Jul 19, 2012 at 04:37:14PM +0800, Daniel Veillard wrote: > On Wed, Jul 18, 2012 at 05:32:30PM +0100, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Move the cgroup setup code out of the lxc_controller.c file > > and into lxc_cgroup.{c,h}. This reduces the size of the > >

Re: [libvirt] [PATCH 09/16] Move cgroup setup code out of lxc_controller.c

2012-07-19 Thread Daniel Veillard
On Wed, Jul 18, 2012 at 05:32:30PM +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Move the cgroup setup code out of the lxc_controller.c file > and into lxc_cgroup.{c,h}. This reduces the size of the > lxc_controller.c file and paves the way to invoke cgroup > setup from lxc_dr

[libvirt] [PATCH 09/16] Move cgroup setup code out of lxc_controller.c

2012-07-18 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Move the cgroup setup code out of the lxc_controller.c file and into lxc_cgroup.{c,h}. This reduces the size of the lxc_controller.c file and paves the way to invoke cgroup setup from lxc_driver.c instead of lxc_controller.c in the future Signed-off-by: Daniel P. Berra