Re: [libvirt] [PATCH 2/4] LXC: allow uses advisory nodeset from querying numad

2013-03-15 Thread Osier Yang
On 2013年03月01日 14:52, Gao feng wrote: Allow lxc using the advisory nodeset from querying numad, this means if user doesn't specify the numa nodes that the lxc domain should assign to, libvirt will automatically bind the lxc domain to the advisory nodeset which queried from numad. Signed-off-by:

[libvirt] [PATCH 2/4] LXC: allow uses advisory nodeset from querying numad

2013-02-28 Thread Gao feng
Allow lxc using the advisory nodeset from querying numad, this means if user doesn't specify the numa nodes that the lxc domain should assign to, libvirt will automatically bind the lxc domain to the advisory nodeset which queried from numad. Signed-off-by: Gao feng gaof...@cn.fujitsu.com ---

[libvirt] [PATCH 2/4] LXC: allow uses advisory nodeset from querying numad

2013-02-27 Thread Gao feng
Allow lxc using the advisory nodeset from querying numad. Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- src/lxc/lxc_controller.c | 54 +--- 1 file changed, 47 insertions(+), 7 deletions(-) diff --git a/src/lxc/lxc_controller.c

Re: [libvirt] [PATCH 2/4] LXC: allow uses advisory nodeset from querying numad

2013-02-27 Thread Daniel P. Berrange
On Wed, Feb 27, 2013 at 04:09:36PM +0800, Gao feng wrote: Allow lxc using the advisory nodeset from querying numad. Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- src/lxc/lxc_controller.c | 54 +--- 1 file changed, 47 insertions(+), 7