]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Don't ignore parsing errors in x86FeatureLoad
authorJiri Denemark <jdenemar@redhat.com>
Thu, 12 May 2016 13:30:45 +0000 (15:30 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 May 2016 13:46:29 +0000 (15:46 +0200)
commit49da4cf1689577492d16e6485f7eca025d3e6eeb
treefa6935590590345c2e8bccc80525046def3f2de9
parentdb8a1873fb5ef9362de2c295dc503d392e41ef5b
cpu_x86: Don't ignore parsing errors in x86FeatureLoad

CPU map XML is our internal data file, it makes no sense to tolerate any
errors in it.

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