mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
KVM: SVM: Unload guest fpu on vcpu_put()
Not unloading the guest fpu can cause fpu leaks from guest to guest (or host to guest). Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
00b2ef475d
commit
8d379a7c06
@ -663,6 +663,7 @@ static void svm_vcpu_put(struct kvm_vcpu *vcpu)
|
|||||||
wrmsrl(host_save_user_msrs[i], svm->host_user_msrs[i]);
|
wrmsrl(host_save_user_msrs[i], svm->host_user_msrs[i]);
|
||||||
|
|
||||||
rdtscll(vcpu->host_tsc);
|
rdtscll(vcpu->host_tsc);
|
||||||
|
kvm_put_guest_fpu(vcpu);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void svm_vcpu_decache(struct kvm_vcpu *vcpu)
|
static void svm_vcpu_decache(struct kvm_vcpu *vcpu)
|
||||||
|
Loading…
Reference in New Issue
Block a user