Skip to content
Commit 9770404a authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: SVM: fix trashing of MSR_TSC_AUX

I don't know what I was thinking when I wrote commit 46896c73 ("KVM:
svm: add support for RDTSCP", 2015-11-12); I missed write_rdtscp_aux which
obviously uses MSR_TSC_AUX.

Therefore we do need to save/restore MSR_TSC_AUX in svm_vcpu_run.

Cc: stable@vger.kernel.org
Cc: Borislav Petkov <bp@alien8.de>
Fixes: 46896c73

 ("KVM: svm: add support for RDTSCP")
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 30b072ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment