Skip to content

Commit

Permalink
docs: kvm: x86: Fix broken field list
Browse files Browse the repository at this point in the history
Add a missing ":" to fix a broken field list.

Signed-off-by: Takahiro Itazuri <[email protected]>
Fixes: ba7bb66 ("KVM: x86: Provide per VM capability for disabling PMU virtualization")
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
zulinx86 authored and bonzini committed Apr 4, 2023
1 parent 52882b9 commit fb5015b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/virt/kvm/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8296,11 +8296,11 @@ ENOSYS for the others.
8.35 KVM_CAP_PMU_CAPABILITY
---------------------------

:Capability KVM_CAP_PMU_CAPABILITY
:Capability: KVM_CAP_PMU_CAPABILITY
:Architectures: x86
:Type: vm
:Parameters: arg[0] is bitmask of PMU virtualization capabilities.
:Returns 0 on success, -EINVAL when arg[0] contains invalid bits
:Returns: 0 on success, -EINVAL when arg[0] contains invalid bits

This capability alters PMU virtualization in KVM.

Expand Down

0 comments on commit fb5015b

Please sign in to comment.