[lxc-devel] [PATCH] introduce lxcapi_add_device_node and lxcapi_remove_device_node to API (v2)

2013-11-12 Thread S . Çağlar Onur
Adding block/char devices to running container is a common operation so provide a common implementation for users to consume. changes since v2; * removed duplicated code Signed-off-by: S.Çağlar Onur cag...@10ur.org --- src/lxc/lxccontainer.c | 84

Re: [lxc-devel] [PATCH] introduce lxcapi_add_device_node and lxcapi_remove_device_node to API (v2)

2013-11-12 Thread Stéphane Graber
On Tue, Nov 12, 2013 at 10:47:06PM -0500, S.Çağlar Onur wrote: Adding block/char devices to running container is a common operation so provide a common implementation for users to consume. changes since v2; * removed duplicated code lxc-device which currently implements something like

Re: [lxc-devel] [PATCH] introduce lxcapi_add_device_node and lxcapi_remove_device_node to API (v2)

2013-11-12 Thread S . Çağlar Onur
Hi Stéphane, On Tue, Nov 12, 2013 at 10:51 PM, Stéphane Graber stgra...@ubuntu.com wrote: On Tue, Nov 12, 2013 at 10:47:06PM -0500, S.Çağlar Onur wrote: Adding block/char devices to running container is a common operation so provide a common implementation for users to consume. changes since