mbox series

[0/3] MSR Filtering updates

Message ID 20220703191636.2159067-1-aaronlewis@google.com (mailing list archive)
Headers show
Series MSR Filtering updates | expand

Message

Aaron Lewis July 3, 2022, 7:16 p.m. UTC
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(-)