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 <xiaoyao...@intel.com> > 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 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 <xiaoyao...@intel.com> > --- > target/i386/confidential-guest.h | 13 +++++++++++++ > target/i386/kvm/kvm.c | 8 ++++++++ > 2 files changed, 21 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>