Message ID | 20240520120858.13117-1-lirongqing@baidu.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: SVM: refine snp_safe_alloc_page() implementation | expand |
On Mon, 20 May 2024 20:08:55 +0800, Li RongQing wrote: > 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 > > [...] Applied to kvm-x86 svm, thanks! [1/3] KVM: SVM: remove useless input parameter in snp_safe_alloc_page https://github.com/kvm-x86/linux/commit/f51af3468688 [2/3] KVM: SVM: not account memory allocation for per-CPU svm_data https://github.com/kvm-x86/linux/commit/9f44286d77ac [3/3] KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area https://github.com/kvm-x86/linux/commit/99a49093ce92 -- https://github.com/kvm-x86/linux/tree/next