All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Eduardo Habkost" <eduardo@habkost.net>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"John Snow" <jsnow@redhat.com>, "Cleber Rosa" <crosa@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>
Subject: [PATCH v2 1/3] scripts: drop comment about autogenerated CPU API file
Date: Tue, 18 Jul 2023 10:26:29 +0100	[thread overview]
Message-ID: <20230718092631.730255-2-berrange@redhat.com> (raw)
In-Reply-To: <20230718092631.730255-1-berrange@redhat.com>

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/cpu-x86-uarch-abi.py b/scripts/cpu-x86-uarch-abi.py
index 82ff07582f..b6285247a1 100644
--- a/scripts/cpu-x86-uarch-abi.py
+++ b/scripts/cpu-x86-uarch-abi.py
@@ -179,7 +179,6 @@
         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="")
-- 
2.41.0



  reply	other threads:[~2023-07-18  9:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-18  9:26 [PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs Daniel P. Berrangé
2023-07-18  9:26 ` Daniel P. Berrangé [this message]
2023-10-18 14:54   ` [PATCH v2 1/3] scripts: drop comment about autogenerated CPU API file Zhao Liu
2023-07-18  9:26 ` [PATCH v2 2/3] docs: fix highlighting of CPU ABI header rows Daniel P. Berrangé
2023-10-18 15:00   ` Zhao Liu
2023-07-18  9:26 ` [PATCH v2 3/3] docs: re-generate x86_64 ABI compatibility CSV Daniel P. Berrangé
2023-10-18 14:50   ` Zhao Liu
2023-09-14 11:54 ` [PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs Daniel P. Berrangé
2023-11-07 14:41   ` Daniel P. Berrangé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230718092631.730255-2-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=crosa@redhat.com \
    --cc=eduardo@habkost.net \
    --cc=jsnow@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.