aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2020-09-30 21:20:31 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-11-08 04:41:26 -0500
commit3d20267abc789e6753fce60019bb5945fe8a74f3 (patch)
treefdb1bda827261706cf5eaaf49843c1ca5702a1b4 /Documentation
parentKVM: x86/mmu: fix counting of rmap entries in pte_list_add (diff)
downloadlinux-dev-3d20267abc789e6753fce60019bb5945fe8a74f3.tar.xz
linux-dev-3d20267abc789e6753fce60019bb5945fe8a74f3.zip
KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTER
It should be an accident when rebase, since we've already have section 8.25 (which is KVM_CAP_S390_DIAG318). Fix the number. Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20201001012044.5151-2-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/virt/kvm/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 36d5f1f3c6dd..e53e3bd99b2c 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -6367,7 +6367,7 @@ accesses that would usually trigger a #GP by KVM into the guest will
instead get bounced to user space through the KVM_EXIT_X86_RDMSR and
KVM_EXIT_X86_WRMSR exit notifications.
-8.25 KVM_X86_SET_MSR_FILTER
+8.27 KVM_X86_SET_MSR_FILTER
---------------------------
:Architectures: x86