Re: [PATCH v12 000/106] KVM TDX basic feature support

From: Xiaoyao Li
Date: Tue Feb 28 2023 - 03:03:27 EST


On 2/27/2023 4:21 PM, isaku.yamahata@xxxxxxxxx wrote:
KVM TDX basic feature support

Hello. This is v12 the patch series vof KVM TDX support. This is based on
v6.2-rc7 + the following patch series.

Related patch series This patch is based on:
- fd-based approach for supporing KVM v10 and
https://lore.kernel.org/lkml/20221202061347.1070246-1-chao.p.peng@xxxxxxxxxxxxxxx/
git@xxxxxxxxxx:sean-jc/linux.git x86/upm_base_support
- TDX host kernel support v9
https://lore.kernel.org/lkml/e1c717b36033caf8de9d7a448e06eff88ed0c9ae.camel@xxxxxxxxx/T/#m2562c7f18eabae171793ed7ea81b3544d7af09c4


9fdabaaf0346 KVM: TDX: Make TDX VM type supported
fa6b8135913c KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
6dbc1fdfb61f KVM: TDX: Add placeholders for TDX VM/vcpu structure
64a9c956f265 KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
bacb6554fcf5 KVM: x86/vmx: Refactor KVM VMX module init/exit functions
b17eee6a7d53 KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
5a8b8d63a2e8 x86/mtrr: Mask out keyid bits from variable mtrr mask register
29017e2c04cc KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init


I find above 8 patches not included in this patch series after TDX host kernel support series. Some of them were included in v11 before, and I think they are important to make the patch series intact. What's the reason for not including them?