All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] More cleanups to MSR interception code
@ 2025-06-12  8:19 Chao Gao
  2025-06-12  8:19 ` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling Chao Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Chao Gao @ 2025-06-12  8:19 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: seanjc, pbonzini, dapeng1.mi, Chao Gao

Deduplicate MSR interception APIs and simplify the handling of IA32_XSS
MSR. This series builds upon Sean's MSR cleanups series [*]

[*]: https://lore.kernel.org/kvm/20250610225737.156318-1-seanjc@google.com/

Note that this series has been tested on Intel hardware only.

Chao Gao (2):
  KVM: x86: Deduplicate MSR interception enabling and disabling
  KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR

 arch/x86/kvm/svm/sev.c |  8 +++-----
 arch/x86/kvm/svm/svm.c | 23 +++++++++--------------
 arch/x86/kvm/svm/svm.h | 10 +---------
 arch/x86/kvm/vmx/vmx.c | 25 +++++++++----------------
 arch/x86/kvm/vmx/vmx.h | 10 +---------
 5 files changed, 23 insertions(+), 53 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-06-25 22:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12  8:19 [PATCH 0/2] More cleanups to MSR interception code Chao Gao
2025-06-12  8:19 ` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling Chao Gao
2025-06-12 11:25   ` Nikolay Borisov
2025-06-12 12:04     ` Chao Gao
2025-06-13  1:37   ` Mi, Dapeng
2025-06-16  2:20     ` Chao Gao
2025-06-24 22:44       ` Sean Christopherson
2025-06-24 22:47   ` Sean Christopherson
2025-06-25 10:57     ` Chao Gao
2025-06-12  8:19 ` [PATCH 2/2] KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR Chao Gao
2025-06-13  1:39   ` Mi, Dapeng
2025-06-24 22:48   ` Sean Christopherson
2025-06-25  7:20   ` Binbin Wu
2025-06-25 22:25 ` [PATCH 0/2] More cleanups to MSR interception code Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.