From: Peter Xu Date: Thu, 1 Oct 2020 01:20:31 +0000 (-0400) Subject: KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTER X-Git-Tag: v5.10-rc4~41^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d20267abc789e6753fce60019bb5945fe8a74f3;p=thirdparty%2Fkernel%2Flinux.git 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 Message-Id: <20201001012044.5151-2-peterx@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 36d5f1f3c6dd3..e53e3bd99b2cd 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