* [PATCH v2] docs: kvm: x86: Fix broken field list
@ 2023-03-31 9:31 Takahiro Itazuri
2023-04-03 15:12 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Takahiro Itazuri @ 2023-03-31 9:31 UTC (permalink / raw)
To: linux-kernel
Cc: linux-doc, Paolo Bonzini, Jonathan Corbet, David Dunn,
Bagas Sanjaya, Takahiro Itazuri, Takahiro Itazuri
Add a missing ":" to fix a broken field list.
Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
Fixes: ba7bb663f554 ("KVM: x86: Provide per VM capability for disabling PMU virtualization")
---
v1 -> v2
* Fix commit message to say "Do foo" instead of "This commit does foo".
* Add "Fixes:" tag.
* Link to v1: https://lore.kernel.org/all/20230330233956.78246-1-itazur@amazon.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 62de0768d..f9163590c 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -8296,7 +8296,7 @@ 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.
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] docs: kvm: x86: Fix broken field list
2023-03-31 9:31 [PATCH v2] docs: kvm: x86: Fix broken field list Takahiro Itazuri
@ 2023-04-03 15:12 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2023-04-03 15:12 UTC (permalink / raw)
To: Takahiro Itazuri, linux-kernel
Cc: linux-doc, Jonathan Corbet, David Dunn, Bagas Sanjaya,
Takahiro Itazuri
On 3/31/23 11:31, Takahiro Itazuri wrote:
> Add a missing ":" to fix a broken field list.
>
> Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
> Fixes: ba7bb663f554 ("KVM: x86: Provide per VM capability for disabling PMU virtualization")
> ---
> v1 -> v2
> * Fix commit message to say "Do foo" instead of "This commit does foo".
> * Add "Fixes:" tag.
> * Link to v1: https://lore.kernel.org/all/20230330233956.78246-1-itazur@amazon.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 62de0768d..f9163590c 100644
> --- a/Documentation/virt/kvm/api.rst
> +++ b/Documentation/virt/kvm/api.rst
> @@ -8296,7 +8296,7 @@ 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.
Queued, thanks.
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-03 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 9:31 [PATCH v2] docs: kvm: x86: Fix broken field list Takahiro Itazuri
2023-04-03 15:12 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox