]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Refactor internal KVM features
authorJiri Denemark <jdenemar@redhat.com>
Tue, 7 Jun 2016 10:09:41 +0000 (12:09 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 9 Jun 2016 07:47:56 +0000 (09:47 +0200)
commita54234c37bf58c28e8f26939c058121701b77589
tree274dd71f41637b241a28b4e9ab5a8ce8a7ff65ea
parent74b23a00eb595de78cb94d73f55953e4f5179e23
cpu_x86: Refactor internal KVM features

The internal features are only used in explicit checks with
cpuHasFeature. Loading them into the CPU map is dangerous since the
features may accidentally be reported to users when decoding CPUID data.

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