On 25/06/20 11:34, Vitaly Kuznetsov wrote: > Joerg Roedel <joro@xxxxxxxxxx> writes: > >> From: Joerg Roedel <jroedel@xxxxxxx> >> >> Hi, >> >> here is small series to follow-up on the review comments for moving >> the kvm-amd module code to its own sub-directory. The comments were >> only about renaming structs and symbols, so there are no functional >> changes in these patches. >> >> The comments addressed here are all from [1]. >> >> Regards, >> >> Joerg >> >> [1] https://lore.kernel.org/lkml/87d0917ezq.fsf@xxxxxxxxxxxxxxxxxxxx/ >> Queued, thanks. Paolo > Thank you for the follow-up! > >> Joerg Roedel (4): >> KVM: SVM: Rename struct nested_state to svm_nested_state >> KVM: SVM: Add vmcb_ prefix to mark_*() functions >> KVM: SVM: Add svm_ prefix to set/clr/is_intercept() >> KVM: SVM: Rename svm_nested_virtualize_tpr() to >> nested_svm_virtualize_tpr() >> >> arch/x86/kvm/svm/avic.c | 2 +- >> arch/x86/kvm/svm/nested.c | 8 +-- >> arch/x86/kvm/svm/sev.c | 2 +- >> arch/x86/kvm/svm/svm.c | 138 +++++++++++++++++++------------------- >> arch/x86/kvm/svm/svm.h | 20 +++--- >> 5 files changed, 85 insertions(+), 85 deletions(-) > > Series: > Reviewed-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> >