Re: [libvirt] [PATCH 1/3] lxc: Implement pin emulator for container startup

2014-10-28 Thread Wang Rui
On 2014/10/22 23:34, John Ferlan wrote: > > > On 09/04/2014 03:52 AM, Wang Rui wrote: >> From: Yue Wenyuan >> >> This patch implements libvirt_lxc process pin with emulatorpin >> specified in xml. >> >> Signed-off-by: Wang Rui >> Signed-off-by: Yue Wenyuan >> --- >> src/lxc/lxc_cgroup.c |

Re: [libvirt] [PATCH 1/3] lxc: Implement pin emulator for container startup

2014-10-22 Thread John Ferlan
On 09/04/2014 03:52 AM, Wang Rui wrote: > From: Yue Wenyuan > > This patch implements libvirt_lxc process pin with emulatorpin > specified in xml. > > Signed-off-by: Wang Rui > Signed-off-by: Yue Wenyuan > --- > src/lxc/lxc_cgroup.c | 68 > ++

[libvirt] [PATCH 1/3] lxc: Implement pin emulator for container startup

2014-09-04 Thread Wang Rui
From: Yue Wenyuan This patch implements libvirt_lxc process pin with emulatorpin specified in xml. Signed-off-by: Wang Rui Signed-off-by: Yue Wenyuan --- src/lxc/lxc_cgroup.c | 68 src/lxc/lxc_cgroup.h | 4 +++ src/lxc/lxc_controller.c