]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_conf: Fix XPath for parsing TSC frequency
authorJiri Denemark <jdenemar@redhat.com>
Thu, 6 Jun 2019 07:29:38 +0000 (09:29 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 6 Jun 2019 07:40:40 +0000 (09:40 +0200)
commit4d21d4acf2eac961b8c25f1ec49a9c25f3951fdb
treed73b47b6524c9791c02fe188ba5190fcbc0c2299
parenta95b67bec3a4436970f4efe2e75c1256dc973841
cpu_conf: Fix XPath for parsing TSC frequency

Due to this bug the following command would fail on any host where TSC
frequency can be probed:

    $ virsh capabilities | virsh cpu-baseline /dev/stdin
    error: unsupported configuration: Invalid TSC frequency

https://bugzilla.redhat.com/show_bug.cgi?id=1641702

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/cpu_conf.c