aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2023-05-10 12:53:57 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2024-02-09 12:48:10 +0000
commit86cf437d7adb6d79953db9496abef5e332385b37 (patch)
treea8218afde02a363d1a1cc2760d36090d7374eaea /docs
parentf424bc3312cbc1ff2748c263883e4480fa1586bc (diff)
downloadqemu-86cf437d7adb6d79953db9496abef5e332385b37.zip
qemu-86cf437d7adb6d79953db9496abef5e332385b37.tar.gz
qemu-86cf437d7adb6d79953db9496abef5e332385b37.tar.bz2
docs: fix highlighting of CPU ABI header rows
The 'header-rows' directive indicates how many rows in the generated table are to be highlighted as headers. We only have one such row in the CSV file included. This removes the accident bold highlighting of the 'i486' CPU model. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/system/cpu-models-x86.rst.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/cpu-models-x86.rst.inc b/docs/system/cpu-models-x86.rst.inc
index 7f6368f..ba27b56 100644
--- a/docs/system/cpu-models-x86.rst.inc
+++ b/docs/system/cpu-models-x86.rst.inc
@@ -58,7 +58,7 @@ depending on the machine type is in use.
.. csv-table:: x86-64 ABI compatibility levels
:file: cpu-models-x86-abi.csv
:widths: 40,15,15,15,15
- :header-rows: 2
+ :header-rows: 1
Preferred CPU models for Intel x86 hosts