Re: [PATCH v8 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()

2025-05-05 Thread Zhao Liu
On Tue, Apr 01, 2025 at 09:02:00AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:02:00 -0400 > From: Xiaoyao Li > Subject: [PATCH v8 50/55] i386/cgs: Introduce > x86_confidential_guest_check_features() > X-Mailer: git-send-email 2.34.1 > > To do cgs specific featu

[PATCH v8 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()

2025-04-01 Thread Xiaoyao Li
To do cgs specific feature checking. Note the feature checking in x86_cpu_filter_features() is valid for non-cgs VMs. For cgs VMs like TDX, what features can be supported has more restrictions. Signed-off-by: Xiaoyao Li --- target/i386/confidential-guest.h | 13 + target/i386/kvm/kvm