]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD
authorAaron Lewis <aaronlewis@google.com>
Mon, 21 Oct 2019 23:30:23 +0000 (16:30 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Oct 2019 13:45:59 +0000 (15:45 +0200)
commit312a1c87798e6b43ff533393167b3cba33645ead
tree5321085e5ad08feffd3a2500fa5231606a55cb5d
parent78958563d8023db0c6d03a2fe2a64d79b47b4349
KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD

When the guest can execute the XSAVES/XRSTORS instructions, set the
hardware IA32_XSS MSR to guest/host values on VM-entry/VM-exit.

Note that vcpu->arch.ia32_xss is currently guaranteed to be 0 on AMD,
since there is no way to change it.

Suggested-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Change-Id: Id51a782462086e6d7a3ab621838e200f1c005afd
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c