diff options
author | Avi Kivity <avi@redhat.com> | 2010-02-07 09:56:52 (GMT) |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-03-01 15:36:07 (GMT) |
commit | ebcbab4c034db2ec25abe702d788936b29a49b24 (patch) | |
tree | 10d4c1104a759dc857dbcfe7fb12c33c3510984d /arch | |
parent | 7edcface95c6e593faa40c70e0464500515db573 (diff) | |
download | linux-ebcbab4c034db2ec25abe702d788936b29a49b24.tar.xz |
KVM: VMX: Wire up .fpu_activate() callback
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index f083b64..82fb810 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -4137,6 +4137,7 @@ static struct kvm_x86_ops vmx_x86_ops = { .cache_reg = vmx_cache_reg, .get_rflags = vmx_get_rflags, .set_rflags = vmx_set_rflags, + .fpu_activate = vmx_fpu_activate, .fpu_deactivate = vmx_fpu_deactivate, .tlb_flush = vmx_flush_tlb, |