Re: [RFC PATCH v5 007/104] x86/virt/tdx: Add a helper function to return system wide info about TDX module

From: Kai Huang
Date: Sun Mar 13 2022 - 19:02:38 EST


On Sun, 2022-03-13 at 14:59 +0100, Paolo Bonzini wrote:
> On 3/4/22 20:48, isaku.yamahata@xxxxxxxxx wrote:
> > Signed-off-by: Isaku Yamahata<isaku.yamahata@xxxxxxxxx>
> > ---
> > arch/x86/include/asm/tdx.h | 55 ++++++++++++++++++++++++++++++++++++++
> > arch/x86/virt/vmx/tdx.c | 16 +++++++++--
> > arch/x86/virt/vmx/tdx.h | 52 -----------------------------------
> > 3 files changed, 69 insertions(+), 54 deletions(-)
>
> Patch looks good, but place these definitions in
> arch/x86/include/asm/tdx.h already in Kai's series if possible.
>
> Apart from that,
>
> Reviewed-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
>
> Paolo

Does it make more sense for me to just include this patch (and couple of other
patches such as exporting information of TDX KeyIDs) to host kernel support
series?

--
Thanks,
-Kai