public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: x86: Cleanups
@ 2023-08-14 22:08 Michal Luczaj
  2023-08-14 22:08 ` [PATCH 1/3] KVM: x86: Remove redundant vcpu->arch.cr0 assignments Michal Luczaj
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Michal Luczaj @ 2023-08-14 22:08 UTC (permalink / raw)
  To: pbonzini, seanjc, corbet; +Cc: kvm, Michal Luczaj

As discussed[*], some minor clean-ups. Plus an attempt to smuggle a fix for
a typo in API documentation.

[*] https://lore.kernel.org/kvm/e55656be-2752-a317-80eb-ad40e474b62f@redhat.com/

Michal Luczaj (3):
  KVM: x86: Remove redundant vcpu->arch.cr0 assignments
  KVM: x86: Force TLB flush on changes to special registers
  KVM: Correct kvm_vcpu_event(s) typo in KVM API documentation

 Documentation/virt/kvm/api.rst | 34 +++++++++++++++++-----------------
 arch/x86/kvm/smm.c             |  1 -
 arch/x86/kvm/x86.c             |  9 ++++++---
 3 files changed, 23 insertions(+), 21 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-28 16:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 22:08 [PATCH 0/3] KVM: x86: Cleanups Michal Luczaj
2023-08-14 22:08 ` [PATCH 1/3] KVM: x86: Remove redundant vcpu->arch.cr0 assignments Michal Luczaj
2023-08-14 22:08 ` [PATCH 2/3] KVM: x86: Force TLB flush on changes to special registers Michal Luczaj
2023-08-14 22:08 ` [PATCH 3/3] KVM: Correct kvm_vcpu_event(s) typo in KVM API documentation Michal Luczaj
2023-08-14 22:28   ` Michal Luczaj
2023-09-27 20:10     ` Sean Christopherson
2023-09-28 11:58       ` Michal Luczaj
2023-09-28 14:37         ` Sean Christopherson
2023-09-28 16:41 ` [PATCH 0/3] KVM: x86: Cleanups Sean Christopherson

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