Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Feb 2023 17:23:06 +0000 (12:23 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Feb 2023 17:23:06 +0000 (12:23 -0500)
commit4bc6dcaa159b77ecc2c0c657433c3f5c8a657711
tree4ef0fb6390b2e90f2d5e6c390df131c075467e9a
parente84183f68edb72e70e232b842d47058cba3476ec
parentf94f053aa3a5d6ff17951870483d9eb9e13de2e2
Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD

KVM SVM changes for 6.3:

 - Fix a mostly benign overflow bug in SEV's send|receive_update_data()

 - Move the SVM-specific "host flags" into vcpu_svm (extracted from the
   vNMI enabling series)

 - A handful for fixes and cleanups
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/x86.c