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