KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Mar 2016 09:00:11 +0000 (10:00 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Mar 2016 13:04:36 +0000 (14:04 +0100)
commit5a5fbdc0e3f1159a734f1890da60fce70e98271d
treea8a235aa34fe752cbb20066e12651746697c6c0e
parenta87036add09283e6c4f4103a15c596c67b86ab86
KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch

It is now equal to use_eager_fpu(), which simply tests a cpufeature bit.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/cpuid.c
arch/x86/kvm/x86.c