scripts: drop comment about autogenerated CPU API file
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 10 May 2023 11:52:42 +0000 (12:52 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2024 12:48:07 +0000 (12:48 +0000)
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>
scripts/cpu-x86-uarch-abi.py

index 052ddd751424f9bf210727c9accaaf407fbd2ce1..7360e55c6e050cc6e5c761f0019bb5c0a96ddb69 100644 (file)
@@ -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="")