public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
@ 2025-07-18  6:43 Naveen N Rao (AMD)
  2025-07-18  6:43 ` [RFC PATCH 1/3] KVM: SVM: Fix clearing IRQ window inhibit with nested guests Naveen N Rao (AMD)
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Naveen N Rao (AMD) @ 2025-07-18  6:43 UTC (permalink / raw)
  To: Sean Christopherson, Paolo Bonzini
  Cc: kvm, linux-kernel, Maxim Levitsky, Vasant Hegde,
	Suravee Suthikulpanit

Sean, Paolo,
I have attempted to take the changes discussed in the below thread and 
to convert them into a patch series:
http://lkml.kernel.org/r/Z6JoInXNntIoHLQ8@google.com

I have tried to describe the changes, but the nested aspects would 
definitely need a review to ensure correctness and that all aspects are 
covered there.

None of these patches include patch tags since none were provided in the 
discussion. I have proposed patch trailers on the individual patches.  
Please take a look and let me know if that's fine.

I tested this lightly with nested guests as well and it is working fine 
for me.


Thanks,
Naveen


Naveen N Rao (AMD) (3):
  KVM: SVM: Fix clearing IRQ window inhibit with nested guests
  KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
  KVM: SVM: Optimize IRQ window inhibit handling

 arch/x86/include/asm/kvm_host.h | 16 +++++++++
 arch/x86/kvm/svm/svm.h          |  1 +
 arch/x86/kvm/svm/svm.c          | 60 ++++++++++++++++++++-------------
 arch/x86/kvm/x86.c              | 45 ++++++++++++++++++++++++-
 4 files changed, 98 insertions(+), 24 deletions(-)


base-commit: 87198fb0208a774d0cb8844744c67ee8680eafab
-- 
2.50.1


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

end of thread, other threads:[~2026-01-23 19:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18  6:43 [RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling Naveen N Rao (AMD)
2025-07-18  6:43 ` [RFC PATCH 1/3] KVM: SVM: Fix clearing IRQ window inhibit with nested guests Naveen N Rao (AMD)
2025-07-18  6:43 ` [RFC PATCH 2/3] KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs Naveen N Rao (AMD)
2026-01-14 19:55   ` Sean Christopherson
2026-01-14 20:19     ` Sean Christopherson
2026-01-22 14:49     ` Naveen N Rao
2026-01-23 19:55       ` Sean Christopherson
2025-07-18  6:43 ` [RFC PATCH 3/3] KVM: SVM: Optimize IRQ window inhibit handling Naveen N Rao (AMD)
2025-09-09 14:30 ` [RFC PATCH 0/3] KVM: SVM: Fix " Naveen N Rao
2025-09-09 15:34   ` Sean Christopherson
2025-09-10 12:30     ` Naveen N Rao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox