linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: kvm: fix a typo
@ 2020-10-01  9:53 Li Qiang
  2020-10-19 15:11 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Li Qiang @ 2020-10-01  9:53 UTC (permalink / raw)
  To: pbonzini, corbet, lnowakow, kvm, linux-doc, linux-kernel; +Cc: liq3ea, Li Qiang

Fixes: e287d6de62f74 ("Documentation: kvm: Convert cpuid.txt to .rst")
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 Documentation/virt/kvm/cpuid.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst
index a7dff9186bed..ff2b38d3e108 100644
--- a/Documentation/virt/kvm/cpuid.rst
+++ b/Documentation/virt/kvm/cpuid.rst
@@ -62,7 +62,7 @@ KVM_FEATURE_PV_EOI                6           paravirtualized end of interrupt
                                               handler can be enabled by
                                               writing to msr 0x4b564d04
 
-KVM_FEATURE_PV_UNHAULT            7           guest checks this feature bit
+KVM_FEATURE_PV_UNHALT             7           guest checks this feature bit
                                               before enabling paravirtualized
                                               spinlock support
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: kvm: fix a typo
  2020-10-01  9:53 [PATCH] Documentation: kvm: fix a typo Li Qiang
@ 2020-10-19 15:11 ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2020-10-19 15:11 UTC (permalink / raw)
  To: Li Qiang, corbet, lnowakow, kvm, linux-doc, linux-kernel; +Cc: liq3ea

On 01/10/20 11:53, Li Qiang wrote:
> Fixes: e287d6de62f74 ("Documentation: kvm: Convert cpuid.txt to .rst")
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>  Documentation/virt/kvm/cpuid.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst
> index a7dff9186bed..ff2b38d3e108 100644
> --- a/Documentation/virt/kvm/cpuid.rst
> +++ b/Documentation/virt/kvm/cpuid.rst
> @@ -62,7 +62,7 @@ KVM_FEATURE_PV_EOI                6           paravirtualized end of interrupt
>                                                handler can be enabled by
>                                                writing to msr 0x4b564d04
>  
> -KVM_FEATURE_PV_UNHAULT            7           guest checks this feature bit
> +KVM_FEATURE_PV_UNHALT             7           guest checks this feature bit
>                                                before enabling paravirtualized
>                                                spinlock support
>  
> 

Queued, thanks.

Paolo


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: kvm: fix a typo
  2020-10-02 15:04 Li Qiang
@ 2020-10-05 15:38 ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-10-05 15:38 UTC (permalink / raw)
  To: Li Qiang; +Cc: pbonzini, kvm, linux-doc, linux-kernel, liq3ea

On Fri,  2 Oct 2020 08:04:22 -0700
Li Qiang <liq3ea@163.com> wrote:

> Fixes: 9824c83f92bc8 ("Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL")
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>  Documentation/virt/kvm/cpuid.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst
> index a7dff9186bed..9150e9d1c39b 100644
> --- a/Documentation/virt/kvm/cpuid.rst
> +++ b/Documentation/virt/kvm/cpuid.rst
> @@ -78,7 +78,7 @@ KVM_FEATURE_PV_SEND_IPI           11          guest checks this feature bit
>                                                before enabling paravirtualized
>                                                sebd IPIs
>  
> -KVM_FEATURE_PV_POLL_CONTROL       12          host-side polling on HLT can
> +KVM_FEATURE_POLL_CONTROL          12          host-side polling on HLT can
>                                                be disabled by writing
>                                                to msr 0x4b564d05.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Documentation: kvm: fix a typo
@ 2020-10-02 15:04 Li Qiang
  2020-10-05 15:38 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Li Qiang @ 2020-10-02 15:04 UTC (permalink / raw)
  To: pbonzini, corbet, kvm, linux-doc, linux-kernel; +Cc: liq3ea, Li Qiang

Fixes: 9824c83f92bc8 ("Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL")
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 Documentation/virt/kvm/cpuid.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst
index a7dff9186bed..9150e9d1c39b 100644
--- a/Documentation/virt/kvm/cpuid.rst
+++ b/Documentation/virt/kvm/cpuid.rst
@@ -78,7 +78,7 @@ KVM_FEATURE_PV_SEND_IPI           11          guest checks this feature bit
                                               before enabling paravirtualized
                                               sebd IPIs
 
-KVM_FEATURE_PV_POLL_CONTROL       12          host-side polling on HLT can
+KVM_FEATURE_POLL_CONTROL          12          host-side polling on HLT can
                                               be disabled by writing
                                               to msr 0x4b564d05.
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-19 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01  9:53 [PATCH] Documentation: kvm: fix a typo Li Qiang
2020-10-19 15:11 ` Paolo Bonzini
2020-10-02 15:04 Li Qiang
2020-10-05 15:38 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).