Re: [libvirt] [PATCH v2] conf: Provide error on undefined vcpusched entry

2016-08-16 Thread Peter Krempa
On Tue, Aug 16, 2016 at 13:45:10 -0400, John Ferlan wrote: > Modify virDomainDefGetVcpuSched to emit an error message if > virDomainDefGetVcpu returns NULL meaning the vcpu could not > be found. Prior to commit id '9cc931f0b' the error message > would have been issued in virDomainDefGetVcpu. > > S

[libvirt] [PATCH v2] conf: Provide error on undefined vcpusched entry

2016-08-16 Thread John Ferlan
Modify virDomainDefGetVcpuSched to emit an error message if virDomainDefGetVcpu returns NULL meaning the vcpu could not be found. Prior to commit id '9cc931f0b' the error message would have been issued in virDomainDefGetVcpu. Signed-off-by: John Ferlan --- v1: http://www.redhat.com/archives/libv