]> xenbits.xensource.com Git - libvirt.git/commit
conf: Enforce scheduler name when parsing XML
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Jun 2015 12:25:20 +0000 (14:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 23 Jun 2015 17:16:13 +0000 (19:16 +0200)
commitdc7339fc4f510fba1fdaf03e7287c98539344bf6
tree6d9c4e600286970792770a97c9db8ab8cedda211
parent1310b1358cdf9c8acba6e0e85feb869241e59faa
conf: Enforce scheduler name when parsing XML

We require the scheduler name attribute in the schemas but the code
would actually be fine when it was omitted. Make it mandatory.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1234729
src/conf/domain_conf.c