KVM SVM changes for 6.5. Misc fixes and cleanups, nothing super notable. The following changes since commit b9846a698c9aff4eb2214a06ac83638ad098f33f: KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_save (2023-05-21 04:05:51 -0400) are available in the Git repository at: https://github.com/kvm-x86/linux.git tags/kvm-x86-svm-6.5 for you to fetch changes up to 106ed2cad9f7bd803bd31a18fe7a9219b077bf95: KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails (2023-06-13 09:20:26 -0700) ---------------------------------------------------------------- KVM SVM changes for 6.5: - Drop manual TR/TSS load after VM-Exit now that KVM uses VMLOAD for host state - Fix a not-yet-problematic missing call to trace_kvm_exit() for VM-Exits that are handled in the fastpath - Print more descriptive information about the status of SEV and SEV-ES during module load - Assert that misc_cg_set_capacity() doesn't fail to avoid should-be-impossible memory leaks ---------------------------------------------------------------- Alexander Mikhalitsyn (1): KVM: SVM: enhance info printk's in SEV init Mingwei Zhang (1): KVM: SVM: Remove TSS reloading code after VMEXIT Sean Christopherson (2): KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-Exits KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails arch/x86/kvm/svm/sev.c | 19 +++++++++++-------- arch/x86/kvm/svm/svm.c | 28 ++-------------------------- arch/x86/kvm/svm/svm.h | 1 - 3 files changed, 13 insertions(+), 35 deletions(-)