aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2023-05-10 12:52:42 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2024-02-09 12:48:07 +0000
commitf424bc3312cbc1ff2748c263883e4480fa1586bc (patch)
tree0af41887e2acaa0d377d53f9f9f9c852b7cd5bcd
parent3b219d99af282b21b3c87ad948dbb21082e8fa1b (diff)
downloadqemu-f424bc3312cbc1ff2748c263883e4480fa1586bc.zip
qemu-f424bc3312cbc1ff2748c263883e4480fa1586bc.tar.gz
qemu-f424bc3312cbc1ff2748c263883e4480fa1586bc.tar.bz2
scripts: drop comment about autogenerated CPU API file
The RST doc include can't be made to skip the comment indicating the CPU CSV file is auto-generated when importing it. This comment line was previously manually removed from the generated output that was committed. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--scripts/cpu-x86-uarch-abi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cpu-x86-uarch-abi.py b/scripts/cpu-x86-uarch-abi.py
index 052ddd7..7360e55 100644
--- a/scripts/cpu-x86-uarch-abi.py
+++ b/scripts/cpu-x86-uarch-abi.py
@@ -179,7 +179,6 @@ for level in range(len(abi_models)):
models[name]["delta"][level] = delta
def print_uarch_abi_csv():
- print("# Automatically generated from '%s'" % __file__)
print("Model,baseline,v2,v3,v4")
for name in models.keys():
print(name, end="")