Re: [libvirt] [PATCH 22/34] conf: disallow empty cpusets for vcpu pinning when parsing XML

2016-01-25 Thread Peter Krempa
On Mon, Jan 18, 2016 at 12:06:15 -0500, John Ferlan wrote: > > > On 01/14/2016 11:27 AM, Peter Krempa wrote: > > They are disallowed in the pinning API and as default cpuset. > > > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1293241 > > --- > > src/conf/domain_conf.c | 6 ++ > >

Re: [libvirt] [PATCH 22/34] conf: disallow empty cpusets for vcpu pinning when parsing XML

2016-01-18 Thread John Ferlan
On 01/14/2016 11:27 AM, Peter Krempa wrote: > They are disallowed in the pinning API and as default cpuset. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1293241 > --- > src/conf/domain_conf.c | 6 ++ > 1 file changed, 6 insertions(+) > Is this going to be problematic for a ru

[libvirt] [PATCH 22/34] conf: disallow empty cpusets for vcpu pinning when parsing XML

2016-01-14 Thread Peter Krempa
They are disallowed in the pinning API and as default cpuset. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1293241 --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 4b4a36e..1036057 100644 --- a/src/