Re: [PATCH v10 14/16] KVM: x86: Add guest support for detecting and enabling SEV Live Migration feature.

From: Sean Christopherson
Date: Thu Feb 18 2021 - 14:17:24 EST


On Thu, Feb 04, 2021, Ashish Kalra wrote:
> From: Ashish Kalra <ashish.kalra@xxxxxxx>

...

> arch/x86/include/asm/mem_encrypt.h | 8 +++++
> arch/x86/kernel/kvm.c | 52 ++++++++++++++++++++++++++++++
> arch/x86/mm/mem_encrypt.c | 41 +++++++++++++++++++++++
> 3 files changed, 101 insertions(+)

Please use "x86/kvm:" in the shortlog for guest side changes so that reviewers
can easily differentiate between host and guest patches. Past changes haven't
exactly been consistent for guest changes, but "x86/kvm:" is the most popular
at a glance, and IMO aligns best with other kernel (non-KVM) changes.