linux/arch/x86/kvm/svm
Jacob Xu a2b2d4bf50 kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
The cpu arg for svm_cpu_uninit() was previously ignored resulting in the
per cpu structure svm_cpu_data not being de-allocated for all cpus.

Signed-off-by: Jacob Xu <jacobhxu@google.com>
Message-Id: <20201203205939.1783969-1-jacobhxu@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-12-04 03:47:58 -05:00
..
avic.c KVM: SVM: Initialize prev_ga_tag before use 2020-10-21 17:48:49 -04:00
nested.c KVM: nSVM: implement on demand allocation of the nested state 2020-10-21 17:48:48 -04:00
pmu.c KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in 2020-06-01 04:26:08 -04:00
sev.c KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt(). 2020-11-16 13:59:09 -05:00
svm.c kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit() 2020-12-04 03:47:58 -05:00
svm.h KVM: nSVM: implement on demand allocation of the nested state 2020-10-21 17:48:48 -04:00
vmenter.S x86/kvm/svm: Move guest enter/exit into .noinstr.text 2020-07-09 07:08:41 -04:00