target-i386: Rename KVM auto-feature-enable compat function
commit1cadaa9482244f7d6477afc34c04a5dad84afdde
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 3 Oct 2014 19:39:47 +0000 (3 16:39 -0300)
committerAndreas Färber <afaerber@suse.de>
Mon, 3 Nov 2014 18:39:10 +0000 (3 19:39 +0100)
tree1f4f6ebba9c72e257b55c7e5e34e7d35370e333c
parent179b9f40f2582de75bd63a11040ae8f7437096b6
target-i386: Rename KVM auto-feature-enable compat function

The x86_cpu_compat_disable_kvm_features() name was a bit confusing, as
it won't forcibly disable the feature for all CPU models (i.e. add it to
kvm_default_unset_features), but it will instead turn off the KVM
auto-enabling of the feature (i.e. remove it from kvm_default_features),
meaning the feature may still be enabled by default in some CPU models).

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/i386/pc_piix.c
hw/i386/pc_q35.c
target-i386/cpu.c
target-i386/cpu.h