summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-06-07 15:58:40 +0200
committerEduardo Habkost2021-06-17 20:11:06 +0200
commit38dec0ef76a852d10636a69fc93b21cee9a67715 (patch)
treec3dee5c6c180ee9a8644e16e8505f7f531f233e4 /MAINTAINERS
parentdocs/interop/firmware.json: Add SEV-ES support (diff)
downloadqemu-38dec0ef76a852d10636a69fc93b21cee9a67715.tar.gz
qemu-38dec0ef76a852d10636a69fc93b21cee9a67715.tar.xz
qemu-38dec0ef76a852d10636a69fc93b21cee9a67715.zip
docs: add a table showing x86-64 ABI compatibility levels
It is useful to know which CPUs satisfy each x86-64 ABI compatibility level, when dealing with guest OS that require something newer than the baseline ABI. These ABI levels are defined in: https://gitlab.com/x86-psABIs/x86-64-ABI/ and supported by GCC, Clang, glibc and more. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20210607135843.196595-2-berrange@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 636bf2f536..ccdb81c9f6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -328,7 +328,7 @@ F: tests/tcg/i386/
F: tests/tcg/x86_64/
F: hw/i386/
F: disas/i386.c
-F: docs/system/cpu-models-x86.rst.inc
+F: docs/system/cpu-models-x86*
T: git https://gitlab.com/ehabkost/qemu.git x86-next
Xtensa TCG CPUs