[libvirt] [PATCH 05/10] new numa parameters

2011-11-03 Thread Hu Tao
This patch adds two parameters: strict and exclusive that we can get/set through cpuset. --- src/conf/domain_conf.c | 15 +++ src/conf/domain_conf.h |2 ++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index

Re: [libvirt] [PATCH 05/10] new numa parameters

2011-11-03 Thread Daniel P. Berrange
On Thu, Nov 03, 2011 at 07:55:20PM +0800, Hu Tao wrote: This patch adds two parameters: strict and exclusive that we can get/set through cpuset. --- src/conf/domain_conf.c | 15 +++ src/conf/domain_conf.h |2 ++ 2 files changed, 17 insertions(+), 0 deletions(-) diff