Messages in this thread |  | | Date | Thu, 18 Feb 2021 09:56:17 -0800 | From | Sean Christopherson <> | Subject | Re: [PATCH v10 14/16] KVM: x86: Add guest support for detecting and enabling SEV Live Migration feature. |
| |
On Thu, Feb 04, 2021, Ashish Kalra wrote: > From: Ashish Kalra <ashish.kalra@amd.com>
...
> 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.
|  |