mbox series

[v2,0/2] KVM: x86: Support protected TSC

Message ID 20250314183422.2990277-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series KVM: x86: Support protected TSC | expand

Message

Paolo Bonzini March 14, 2025, 6:34 p.m. UTC
These are the two patches from Isaku that were posted last October and
which can be used for AMD's secure TSC as well..  I will rebase TDX on
top of these in kvm-coco-queue, because these can be included in 6.15.

Paolo

Supersedes: <cover.1728719037.git.isaku.yamahata@intel.com>

Isaku Yamahata (2):
  KVM: x86: Push down setting vcpu.arch.user_set_tsc
  KVM: x86: Add infrastructure for secure TSC

 arch/x86/include/asm/kvm_host.h |  1 +
 arch/x86/kvm/x86.c              | 23 +++++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)