[PATCH] Documentation: KVM: fix typos in running-nested-guests.rst

Wang Yong posted 1 patch 2 years, 8 months ago
Documentation/virt/kvm/x86/running-nested-guests.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: KVM: fix typos in running-nested-guests.rst
Posted by Wang Yong 2 years, 8 months ago
change "gues" to "guest" and remove redundant ")".

Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
---
 Documentation/virt/kvm/x86/running-nested-guests.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/x86/running-nested-guests.rst b/Documentation/virt/kvm/x86/running-nested-guests.rst
index a27e6768d900..71136fe1723b 100644
--- a/Documentation/virt/kvm/x86/running-nested-guests.rst
+++ b/Documentation/virt/kvm/x86/running-nested-guests.rst
@@ -150,7 +150,7 @@ able to start an L1 guest with::
     $ qemu-kvm -cpu host [...]
 
 The above will pass through the host CPU's capabilities as-is to the
-gues); or for better live migration compatibility, use a named CPU
+guest, or for better live migration compatibility, use a named CPU
 model supported by QEMU. e.g.::
 
     $ qemu-kvm -cpu Haswell-noTSX-IBRS,vmx=on
-- 
2.25.1
Re: [PATCH] Documentation: KVM: fix typos in running-nested-guests.rst
Posted by Jonathan Corbet 2 years, 7 months ago
Wang Yong <yongw.kernel@gmail.com> writes:

> change "gues" to "guest" and remove redundant ")".
>
> Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
> ---
>  Documentation/virt/kvm/x86/running-nested-guests.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/virt/kvm/x86/running-nested-guests.rst b/Documentation/virt/kvm/x86/running-nested-guests.rst
> index a27e6768d900..71136fe1723b 100644
> --- a/Documentation/virt/kvm/x86/running-nested-guests.rst
> +++ b/Documentation/virt/kvm/x86/running-nested-guests.rst
> @@ -150,7 +150,7 @@ able to start an L1 guest with::
>      $ qemu-kvm -cpu host [...]
>  
>  The above will pass through the host CPU's capabilities as-is to the
> -gues); or for better live migration compatibility, use a named CPU
> +guest, or for better live migration compatibility, use a named CPU
>  model supported by QEMU. e.g.::

Applied, thanks.

jon
Re: [PATCH] Documentation: KVM: fix typos in running-nested-guests.rst
Posted by Kashyap Chamarthy 2 years, 8 months ago
On Tue, Jan 10, 2023 at 03:00:46PM +0000, Wang Yong wrote:
> change "gues" to "guest" and remove redundant ")".
> 
> Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
> ---
>  Documentation/virt/kvm/x86/running-nested-guests.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/virt/kvm/x86/running-nested-guests.rst b/Documentation/virt/kvm/x86/running-nested-guests.rst
> index a27e6768d900..71136fe1723b 100644
> --- a/Documentation/virt/kvm/x86/running-nested-guests.rst
> +++ b/Documentation/virt/kvm/x86/running-nested-guests.rst
> @@ -150,7 +150,7 @@ able to start an L1 guest with::
>      $ qemu-kvm -cpu host [...]
>  
>  The above will pass through the host CPU's capabilities as-is to the
> -gues); or for better live migration compatibility, use a named CPU
> +guest, or for better live migration compatibility, use a named CPU

Nice catch.  Thanks!

Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com> 

[...]

-- 
/kashyap