Re: [RFC v2-fix 1/1] x86/tdx: Wire up KVM hypercalls

From: Sean Christopherson
Date: Tue May 18 2021 - 12:23:10 EST


On Tue, May 18, 2021, Dave Hansen wrote:
> Question for KVM folks: Should all of these guest patches say:
> "x86/tdx/guest:" or something?

x86/tdx is fine. The KVM convention is to use "KVM: xxx:" for KVM host code and
"x86/kvm" for KVM guest code. E.g. for KVM TDX host code, the subjects will be
"KVM: x86:", "KVM: VMX:" or "KVM: TDX:".

The one I really don't like is using "tdg_" as the acronym for guest functions.
I find that really confusion and grep-unfriendly.