diff mbox series

KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name

Message ID 20210722092628.236474-1-vkuznets@redhat.com (mailing list archive)
State New, archived
Headers show
Series KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name | expand

Commit Message

Vitaly Kuznetsov July 22, 2021, 9:26 a.m. UTC
'KVM_CAP_ENFORCE_PV_CPUID' doesn't match the define in
include/uapi/linux/kvm.h.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
---
 Documentation/virt/kvm/api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini July 26, 2021, 12:24 p.m. UTC | #1
On 22/07/21 11:26, Vitaly Kuznetsov wrote:
> 'KVM_CAP_ENFORCE_PV_CPUID' doesn't match the define in
> include/uapi/linux/kvm.h.
> 
> Signed-off-by: Vitaly Kuznetsov<vkuznets@redhat.com>
> ---
>   Documentation/virt/kvm/api.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
> index b9ddce5638f5..52eba4a275ad 100644
> --- a/Documentation/virt/kvm/api.rst
> +++ b/Documentation/virt/kvm/api.rst
> @@ -7049,7 +7049,7 @@ In combination with KVM_CAP_X86_USER_SPACE_MSR, this allows user space to
>   trap and emulate MSRs that are outside of the scope of KVM as well as
>   limit the attack surface on KVM's MSR emulation code.
>   
> -8.28 KVM_CAP_ENFORCE_PV_CPUID
> +8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
>   -----------------------------
>   
>   Architectures: x86
> -- 2.31.1
> 

Queued, thanks.

Paolo
diff mbox series

Patch

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index b9ddce5638f5..52eba4a275ad 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -7049,7 +7049,7 @@  In combination with KVM_CAP_X86_USER_SPACE_MSR, this allows user space to
 trap and emulate MSRs that are outside of the scope of KVM as well as
 limit the attack surface on KVM's MSR emulation code.
 
-8.28 KVM_CAP_ENFORCE_PV_CPUID
+8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
 -----------------------------
 
 Architectures: x86