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