On Tue, Apr 01, 2025 at 09:01:58AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:58 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 48/55] i386/tdx: Add XFD to supported bit of TDX > X-Mailer: git-send-email 2.34.1 > > Just mark XFD as always supported for TDX. This simple solution relies > on the fact KVM will report XFD as 0 when it's not supported by the > hardware. > > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > --- > target/i386/cpu.h | 1 + > target/i386/kvm/tdx.c | 5 +++++ > 2 files changed, 6 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>