summary refs log tree commit diff stats
path: root/docs/system/cpu-models-x86-abi.csv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: re-generate x86_64 ABI compatibility CSVDaniel P. Berrangé2024-02-091-2/+18
| | | | | | | | This picks up the new EPYC-Genoa, SapphireRapids & GraniteRapids CPUs, removes the now deleted Icelake-Client CPU, and adds the newer versions of many existing CPUs. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* docs: add a table showing x86-64 ABI compatibility levelsDaniel P. Berrangé2021-06-171-0/+67
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>