All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MSR Filtering updates
@ 2022-07-03 19:16 Aaron Lewis
  2022-07-03 19:16 ` [PATCH 1/3] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER Aaron Lewis
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Aaron Lewis @ 2022-07-03 19:16 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, seanjc, Aaron Lewis

Fix and update documentation for MSR Filtering.  Then, add a commit to
prevent MSRs that are not allow to be filtered from being sent to
userspace.

Aaron Lewis (3):
  KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
  KVM: x86: update documentation for MSR filtering
  KVM: x86: Don't deflect MSRs to userspace that can't be filtered

 Documentation/virt/kvm/api.rst | 132 +++++++--------------------------
 arch/x86/kvm/x86.c             |  16 +++-
 2 files changed, 39 insertions(+), 109 deletions(-)

-- 
2.37.0.rc0.161.g10f37bed90-goog


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

end of thread, other threads:[~2022-07-09  2:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-03 19:16 [PATCH 0/3] MSR Filtering updates Aaron Lewis
2022-07-03 19:16 ` [PATCH 1/3] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER Aaron Lewis
2022-07-03 19:16 ` [PATCH 2/3] KVM: x86: update documentation for MSR filtering Aaron Lewis
2022-07-03 19:16 ` [PATCH 3/3] KVM: x86: Don't deflect MSRs to userspace that can't be filtered Aaron Lewis
2022-07-03 20:34   ` kernel test robot
2022-07-03 21:05   ` kernel test robot
2022-07-04  0:09   ` kernel test robot
2022-07-07 19:21   ` Sean Christopherson
2022-07-09  2:05     ` Aaron Lewis

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.