On Tue, Apr 01, 2025 at 09:01:53AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:53 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 43/55] i386/cgs: Rename *mask_cpuid_features() to > *adjust_cpuid_features() > X-Mailer: git-send-email 2.34.1 > > Because for TDX case, there are also fixed-1 bits that enfored by TDX > module. > > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > target/i386/confidential-guest.h | 20 ++++++++++---------- > target/i386/kvm/kvm.c | 2 +- > target/i386/sev.c | 4 ++-- > 3 files changed, 13 insertions(+), 13 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>