]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Drop unused KVM features
authorJiri Denemark <jdenemar@redhat.com>
Fri, 26 Jul 2019 13:44:59 +0000 (15:44 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 29 Jul 2019 13:41:50 +0000 (15:41 +0200)
commit9e6172937f8d8f832359dd5eeb4e7c92f9defcbf
tree050488a7da5a73bb4f553f4e9da836d2aee0ef7a
parent1ddf014fef4468a15303029fbc563da0aaaf8ce4
cpu: Drop unused KVM features

Most of the internally defined KVM CPUID features are not actually used
by libvirt. The QEMU driver may enable or disable them on the command
line, but we don't check for the associated CPU properties or CPUID
bits. They would be useless with QEMU 4.1 anyway since their names were
only remotely similar to the actual feature names.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Tested-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c
src/cpu/cpu_x86_data.h