On 2/21/2025 1:05 AM, Paolo Bonzini wrote: ...
+int tdx_vm_init(struct kvm *kvm) +{ + kvm->arch.has_private_mem = true;
If it's going to have a next version, I think we can squash below patch into current:
https://lore.kernel.org/all/20250129095902.16391-4-adrian.hunter@xxxxxxxxx/
+ /* Place holder for TDX specific logic. */ + return __tdx_td_init(kvm); +} +