Re: [libvirt] [PATCHv2 01/11] don't modify CPU set string in virDomainCpuSetParse

2011-11-18 Thread Eric Blake
On 11/18/2011 03:35 AM, Daniel P. Berrange wrote: On Thu, Nov 17, 2011 at 05:44:11PM +0800, Hu Tao wrote: As the function only parses the CPU set string, there is no good reason to modify it. --- src/conf/domain_conf.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[libvirt] [PATCHv2 01/11] don't modify CPU set string in virDomainCpuSetParse

2011-11-17 Thread Hu Tao
As the function only parses the CPU set string, there is no good reason to modify it. --- src/conf/domain_conf.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 6b78d97..71eb209 100644 --- a/src/conf/domain_conf.c +++