]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Fix XML parser for timer frequency
authorJiri Denemark <jdenemar@redhat.com>
Thu, 23 Mar 2017 14:53:50 +0000 (15:53 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 27 Mar 2017 18:16:32 +0000 (20:16 +0200)
commit5a506cce3846fdd0af859c7e0660b3b8c4ae194f
tree3f0e464e4047930dfdecb725d45e188b87ee532e
parent8ffffae97ff6d2095f7ee8b8a8a3b4b34f306314
conf: Fix XML parser for timer frequency

The frequency is documented and formatted as an attribute of the <timer>
element rather than a nested <frequency> element expected by the parser.
Luckily enough, timer frequency has not been used by any driver so far.
And users were not able to set it in the XML either.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/conf/domain_conf.c