scripts: helper to generate x86_64 CPU ABI compat info
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 7 Jun 2021 13:58:42 +0000 (14:58 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 17 Jun 2021 18:11:06 +0000 (14:11 -0400)
commit4e2f5f3a9db06e87a73eb60a7cc9754fc13596ee
treebdfefee0e8aad16732a328b91288d1b29e425be4
parent38dec0ef76a852d10636a69fc93b21cee9a67715
scripts: helper to generate x86_64 CPU ABI compat info

This script is what is used to generate the docs data table in:

  docs/system/cpu-models-x86-abi.csv

It can be useful to run if adding new CPU models / versions and
the csv needs updating.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20210607135843.196595-4-berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/cpu-x86-uarch-abi.py [new file with mode: 0644]