[PATCH] docs/cpu-models-x86: Remove a Texinfo leftover

Borislav Petkov posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260826205417.2062172-1-bp@kernel.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/system/cpu-models-x86.rst.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/cpu-models-x86: Remove a Texinfo leftover
Posted by Borislav Petkov 1 month ago
From: "Borislav Petkov (AMD)" <bp@alien8.de>

Commit

  1bf84a1e2e8f ("docs/system: Convert qemu-cpu-models.texi to rST")

converted docs to rST but left an "@end table" which shows in normal
text.

Zap it.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Cc: qemu-devel@nongnu.org
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
---
 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 126c5a1972b8..9d8f1400d59f 100644
--- a/docs/system/cpu-models-x86.rst.inc
+++ b/docs/system/cpu-models-x86.rst.inc
@@ -25,7 +25,7 @@ Two ways to configure CPU models with QEMU / KVM
     typically refer to specific generations of hardware released by
     Intel and AMD.  These allow the guest VMs to have a degree of
     isolation from the host CPU, allowing greater flexibility in live
-    migrating between hosts with differing hardware.  @end table
+    migrating between hosts with differing hardware.
 
 In both cases, it is possible to optionally add or remove individual CPU
 features, to alter what is presented to the guest by default.
-- 
2.53.0
Re: [PATCH] docs/cpu-models-x86: Remove a Texinfo leftover
Posted by Pierrick Bouvier 1 month ago
On 8/26/2026 1:54 PM, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <bp@alien8.de>
> 
> Commit
> 
>   1bf84a1e2e8f ("docs/system: Convert qemu-cpu-models.texi to rST")
> 
> converted docs to rST but left an "@end table" which shows in normal
> text.
> 
> Zap it.
> 
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Richard Henderson <richard.henderson@linaro.org>
> Cc: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> Cc: qemu-devel@nongnu.org
> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
> ---
>  docs/system/cpu-models-x86.rst.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>

I'll let Paolo or Richard pull this through x86 subsystem.

Regards,
Pierrick