This series include three changes for snp_safe_alloc_page: 1. remove useless input parameter 2. not account memory allocation for per-CPU svm_data 3. Consider NUMA affinity when allocating per-CPU save_area Diff V3: rebase Diff V2: remove useless input parameter and not account per-CPU svm_data Li RongQing (3): KVM: SVM: remove useless input parameter in snp_safe_alloc_page KVM: SVM: not account memory allocation for per-CPU svm_data KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area arch/x86/kvm/svm/nested.c | 2 +- arch/x86/kvm/svm/sev.c | 6 +++--- arch/x86/kvm/svm/svm.c | 8 ++++---- arch/x86/kvm/svm/svm.h | 18 +++++++++++++++--- 4 files changed, 23 insertions(+), 11 deletions(-) -- 2.9.4