[PATCH 1/4] docs: fix typo s/Intel/AMD/ in CPU model notes

Daniel P. Berrangé posted 4 patches 4 years, 7 months ago
There is a newer version of this series
[PATCH 1/4] docs: fix typo s/Intel/AMD/ in CPU model notes
Posted by Daniel P. Berrangé 4 years, 7 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 docs/system/cpu-models-x86.rst.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/cpu-models-x86.rst.inc b/docs/system/cpu-models-x86.rst.inc
index f40ee03ecc..9119f5dff5 100644
--- a/docs/system/cpu-models-x86.rst.inc
+++ b/docs/system/cpu-models-x86.rst.inc
@@ -227,7 +227,7 @@ features are included if using "Host passthrough" or "Host model".
 Preferred CPU models for AMD x86 hosts
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-The following CPU models are preferred for use on Intel hosts.
+The following CPU models are preferred for use on AMD hosts.
 Administrators / applications are recommended to use the CPU model that
 matches the generation of the host CPUs in use. In a deployment with a
 mixture of host CPU models between machines, if live migration
-- 
2.31.1


Re: [PATCH 1/4] docs: fix typo s/Intel/AMD/ in CPU model notes
Posted by wangyanan (Y) 4 years, 7 months ago
Hi Daniel,
On 2021/6/28 19:30, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   docs/system/cpu-models-x86.rst.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/cpu-models-x86.rst.inc b/docs/system/cpu-models-x86.rst.inc
> index f40ee03ecc..9119f5dff5 100644
> --- a/docs/system/cpu-models-x86.rst.inc
> +++ b/docs/system/cpu-models-x86.rst.inc
> @@ -227,7 +227,7 @@ features are included if using "Host passthrough" or "Host model".
>   Preferred CPU models for AMD x86 hosts
>   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   
> -The following CPU models are preferred for use on Intel hosts.
> +The following CPU models are preferred for use on AMD hosts.
>   Administrators / applications are recommended to use the CPU model that
>   matches the generation of the host CPUs in use. In a deployment with a
>   mixture of host CPU models between machines, if live migration
Reviewed-by: Yanan Wang <wangyanan55@huawei.com>

Thanks,
Yanan
.