Re: [PATCH v8 34/55] i386/tdx: Force exposing CPUID 0x1f

2025-04-29 Thread Zhao Liu
On Tue, Apr 01, 2025 at 09:01:44AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:44 -0400 > From: Xiaoyao Li > Subject: [PATCH v8 34/55] i386/tdx: Force exposing CPUID 0x1f > X-Mailer: git-send-email 2.34.1 > > TDX uses CPUID 0x1f to configure TD guest'

[PATCH v8 34/55] i386/tdx: Force exposing CPUID 0x1f

2025-04-01 Thread Xiaoyao Li
TDX uses CPUID 0x1f to configure TD guest's CPU topology. So set enable_cpuid_0x1f for TDs. Signed-off-by: Xiaoyao Li --- target/i386/kvm/tdx.c | 4 1 file changed, 4 insertions(+) diff --git a/target/i386/kvm/tdx.c b/target/i386/kvm/tdx.c index 49e748af3949..b0616eb3d371 100644 --- a/targ