Re: [libvirt] [PATCH 4/6] conf: Don't validate vcpu count in XML parser

2016-08-26 Thread Jiri Denemark
On Thu, Aug 25, 2016 at 18:42:48 -0400, Peter Krempa wrote: > Validating the vcpu count is more intricate and doing it in the XML > parser will make previously valid configs (with older qemus) vanish. > > Now that we have the validation callbacks we can do it in a more > appropriate place. This c

[libvirt] [PATCH 4/6] conf: Don't validate vcpu count in XML parser

2016-08-25 Thread Peter Krempa
Validating the vcpu count is more intricate and doing it in the XML parser will make previously valid configs (with older qemus) vanish. Now that we have the validation callbacks we can do it in a more appropriate place. This basically reverts commit b54de0830a. Partially resolves: https://bugzi