Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebcbab4c authored by Avi Kivity's avatar Avi Kivity Committed by Marcelo Tosatti
Browse files

KVM: VMX: Wire up .fpu_activate() callback



Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 7edcface
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,