On Tue, Apr 01, 2025 at 09:01:49AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:49 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 39/55] i386/tdx: Don't synchronize guest tsc for TDs > X-Mailer: git-send-email 2.34.1 > > From: Isaku Yamahata <isaku.yamah...@intel.com> > > TSC of TDs is not accessible and KVM doesn't allow access of > MSR_IA32_TSC for TDs. To avoid the assert() in kvm_get_tsc, make > kvm_synchronize_all_tsc() noop for TDs, > > Signed-off-by: Isaku Yamahata <isaku.yamah...@intel.com> > Reviewed-by: Connor Kuehl <cku...@redhat.com> > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > Acked-by: Gerd Hoffmann <kra...@redhat.com> > --- > target/i386/kvm/kvm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>