From nobody Mon May 20 13:41:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689672439; cv=none; d=zohomail.com; s=zohoarc; b=OJw2YkT12yLGbTpSB01m2ZY0nN4Gk9EjeJ/j6nNv72a5FKFMnV1HRPvLasxK/b9Tvu6CytxF4VAJsrPG/Y48ePqIyaUpN102TBY1RG8P/nJ7WaECbsB15j4J9gab76d3QCAOrA9XYN2QzueHpkJHYAl3xg9qXtgNJVnbljOhm9w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689672439; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=9AByf72VMDv2Yziycyp6CqjbrbjGFXwcQehJyzfZUqw=; b=DWeXcj0Vmd30EG8PKOHEugUe+mJDc00JV5WTEzaZbZYTTKMbk+Iz8jjMqZbueoLgULFKB2GPivu/LPpQ8bIo1GSpMuDBrHW45UirR4juZyz/JfKouOJZ9sfjTnzsWZ7uEgroRwaptYIgXuxxCSyTjFrSiczUVbpoFJirJhMXBrk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689672439334181.47384003309514; Tue, 18 Jul 2023 02:27:19 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLgyj-0000wU-Re; Tue, 18 Jul 2023 05:26:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLgyg-0000vV-3o for qemu-devel@nongnu.org; Tue, 18 Jul 2023 05:26:42 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLgyd-0002G8-Gx for qemu-devel@nongnu.org; Tue, 18 Jul 2023 05:26:41 -0400 Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-594-QQJCIKidM3ST7BvsLOzbZA-1; Tue, 18 Jul 2023 05:26:34 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 868412808B29; Tue, 18 Jul 2023 09:26:34 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9020F1454142; Tue, 18 Jul 2023 09:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689672398; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9AByf72VMDv2Yziycyp6CqjbrbjGFXwcQehJyzfZUqw=; b=IbB3ljl6Kb3mrP8PvzqacfuYYm3iiUi6Ho9UC7R8IJ5NGcrEPXrn8tJOUEbUji/jmLUZHk A6Xc6Pga1hMtZWcIW9VvslZTOXNjfkKCGu+qF1WMBTP71MmrkdRvygIg3oCP6TOvYAcb6I 4NkX/4O5xeUKW99iSFfW3uDUZlpxcdk= X-MC-Unique: QQJCIKidM3ST7BvsLOzbZA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Eduardo Habkost , Richard Henderson , John Snow , Cleber Rosa , Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 1/3] scripts: drop comment about autogenerated CPU API file Date: Tue, 18 Jul 2023 10:26:29 +0100 Message-ID: <20230718092631.730255-2-berrange@redhat.com> In-Reply-To: <20230718092631.730255-1-berrange@redhat.com> References: <20230718092631.730255-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689672490794100001 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=C3=A9 Reviewed-by: Zhao Liu Tested-by: Zhao Liu --- 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] =3D delta =20 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=3D"") --=20 2.41.0 From nobody Mon May 20 13:41:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689672427; cv=none; d=zohomail.com; s=zohoarc; b=cu/Xgfc5LXjX0rBlCdB3TH0UBWKCIgQYGXfbbNWOWgv6CvDUDh66+Sp8h+9qZ7wEn/dnsfFchpgO5b9TE4wmrlr9clV89CJ0EMUyfiZo22EJN0hcb4ccFHWCP2PddHLOhx3Zu2oj0sPy5gLudKgrCQajmK52oA2BaBqRy3Sb82s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689672427; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=NSifammePlI0N9ocPDhift7Ey79hYNo/iASg3St5IYM=; b=jiwudpAMM5Zy+Cvg8eiA+q6kucpFKXrb/gsTBAdnDn2UvV8Hv8nDOuPjhKz01FaKMh90tyEO2DtsgqMKPzMoHtMMSWnVTC/uE8Ruuscrna3wAFv9mvWzOkFRA36hLHs1BYVoU3ogu+lu3yuwDq5mcA/m/kBNhZCWDEssqwQ19oA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 168967242783236.088788025884014; Tue, 18 Jul 2023 02:27:07 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLgyh-0000vd-8i; Tue, 18 Jul 2023 05:26:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLgyf-0000ur-Iy for qemu-devel@nongnu.org; Tue, 18 Jul 2023 05:26:41 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLgyd-0002G2-BN for qemu-devel@nongnu.org; Tue, 18 Jul 2023 05:26:40 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-207-feshOsnWNdKkGGGD3s07Pw-1; Tue, 18 Jul 2023 05:26:36 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D99A98D168A; Tue, 18 Jul 2023 09:26:35 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id B44411454143; Tue, 18 Jul 2023 09:26:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689672397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NSifammePlI0N9ocPDhift7Ey79hYNo/iASg3St5IYM=; b=hhp8XKeJabup51owoZr8XLPXl7r0VkTXmIRxM9w/Pei3XMiFTr3I6NSAu2JUN5gmDNehUe rP9umubpwwsPkmPbCnWk5lfNuK5E1g9nCapAXxfP5/EQvde+AeGz8Cy0/ceQIpEutzU2ai Wbxn8Lk2VE4S0DsSoFA9cf7zVliC17E= X-MC-Unique: feshOsnWNdKkGGGD3s07Pw-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Eduardo Habkost , Richard Henderson , John Snow , Cleber Rosa , Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 2/3] docs: fix highlighting of CPU ABI header rows Date: Tue, 18 Jul 2023 10:26:30 +0100 Message-ID: <20230718092631.730255-3-berrange@redhat.com> In-Reply-To: <20230718092631.730255-1-berrange@redhat.com> References: <20230718092631.730255-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.129.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689672428617100002 The 'header-rows' directive indicates how many rows in the generated table are to be highlighted as headers. We only have one such row in the CSV file included. This removes the accident bold highlighting of the 'i486' CPU model. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Zhao Liu --- docs/system/cpu-models-x86.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system/cpu-models-x86.rst.inc b/docs/system/cpu-models-x8= 6.rst.inc index 7f6368f999..ba27b5683f 100644 --- a/docs/system/cpu-models-x86.rst.inc +++ b/docs/system/cpu-models-x86.rst.inc @@ -58,7 +58,7 @@ depending on the machine type is in use. .. csv-table:: x86-64 ABI compatibility levels :file: cpu-models-x86-abi.csv :widths: 40,15,15,15,15 - :header-rows: 2 + :header-rows: 1 =20 =20 Preferred CPU models for Intel x86 hosts --=20 2.41.0 From nobody Mon May 20 13:41:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689672440; cv=none; d=zohomail.com; s=zohoarc; b=GZGCUu9aIQXw0uM+h7SZ9maKjLP6XW5bdCqPYvBDPQ/hBnB1Ja6Q/rEpf735vlauK45LGTfeznY8YcbE33kjacOrm3OYDXHUhgaqtWTosDR+bHARKSNWGYWs+55AsJ01rVi09iue6t2A/HlVkhmR/5hA1AXcGnsAOcgNqiV+6v4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689672440; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ePCdIpsVVJCIB1wW1N2U7yqgHWMTcQKvcJLOa3oaT+Q=; b=BcT2GwR5/urg8GbbbVKtAAzH97paB7NiauTfxCRDSng775seLB2kdOS0eXRp3JrHzOn/5oHcQDaqMADmgi2nqkoFIUYH68KUSOaq9nnThzSOIFQMjIggbXJLzo6wUA2VpQ1BbmlAdYSYh32R1LCSMUhs9rN2XTDXD0VySpJUGCM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689672440347306.2461406565685; Tue, 18 Jul 2023 02:27:20 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLgyj-0000wY-Rs; Tue, 18 Jul 2023 05:26:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLgyg-0000vW-7k for qemu-devel@nongnu.org; Tue, 18 Jul 2023 05:26:42 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLgye-0002GN-81 for qemu-devel@nongnu.org; Tue, 18 Jul 2023 05:26:41 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-660-AWwCsI-JNCiMyYiKMOyRuQ-1; Tue, 18 Jul 2023 05:26:37 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6FB288D168B; Tue, 18 Jul 2023 09:26:37 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 16CF51454142; Tue, 18 Jul 2023 09:26:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689672399; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ePCdIpsVVJCIB1wW1N2U7yqgHWMTcQKvcJLOa3oaT+Q=; b=D26dKqHK5AWBXYTwf7VnTJixrBOYaDFRb/uSnUF3IZTbt7lMVsvlppTixrtmNdR81Yg8Hy s+cLJgqEkTUeBF3zApoHw9O3VZV1V6YY/eSUMc0R0iDFIyfiDhb12BaOqL1j8I/mm+tdia rCiS9uz6ee5BD8tjYBWkJq3C7DW2ohI= X-MC-Unique: AWwCsI-JNCiMyYiKMOyRuQ-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Eduardo Habkost , Richard Henderson , John Snow , Cleber Rosa , Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 3/3] docs: re-generate x86_64 ABI compatibility CSV Date: Tue, 18 Jul 2023 10:26:31 +0100 Message-ID: <20230718092631.730255-4-berrange@redhat.com> In-Reply-To: <20230718092631.730255-1-berrange@redhat.com> References: <20230718092631.730255-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689672500849100001 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=C3=A9 Reviewed-by: Zhao Liu --- docs/system/cpu-models-x86-abi.csv | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/system/cpu-models-x86-abi.csv b/docs/system/cpu-models-x8= 6-abi.csv index f3f3b60be1..38b9bae310 100644 --- a/docs/system/cpu-models-x86-abi.csv +++ b/docs/system/cpu-models-x86-abi.csv @@ -8,27 +8,37 @@ Cascadelake-Server-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2= =9C=85 Cascadelake-Server-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Cascadelake-Server-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Cascadelake-Server-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 +Cascadelake-Server-v5,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Conroe-v1,=E2=9C=85,,, Cooperlake-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 +Cooperlake-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Denverton-v1,=E2=9C=85,=E2=9C=85,, Denverton-v2,=E2=9C=85,=E2=9C=85,, +Denverton-v3,=E2=9C=85,=E2=9C=85,, Dhyana-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, +Dhyana-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, +EPYC-Genoa-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 EPYC-Milan-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, +EPYC-Milan-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, EPYC-Rome-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, EPYC-Rome-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, +EPYC-Rome-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85, +EPYC-Rome-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85, EPYC-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, EPYC-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, EPYC-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85, +EPYC-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85, +GraniteRapids-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Haswell-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, Haswell-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, Haswell-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85, Haswell-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85, -Icelake-Client-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, -Icelake-Client-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, Icelake-Server-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Icelake-Server-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Icelake-Server-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Icelake-Server-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 +Icelake-Server-v5,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 +Icelake-Server-v6,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 IvyBridge-v1,=E2=9C=85,=E2=9C=85,, IvyBridge-v2,=E2=9C=85,=E2=9C=85,, KnightsMill-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, @@ -42,15 +52,21 @@ Opteron_G5-v1,=E2=9C=85,=E2=9C=85,, Penryn-v1,=E2=9C=85,,, SandyBridge-v1,=E2=9C=85,=E2=9C=85,, SandyBridge-v2,=E2=9C=85,=E2=9C=85,, +SapphireRapids-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 +SapphireRapids-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Skylake-Client-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85, Skylake-Client-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85, Skylake-Client-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85, +Skylake-Client-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85, Skylake-Server-v1,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Skylake-Server-v2,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Skylake-Server-v3,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Skylake-Server-v4,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 +Skylake-Server-v5,=E2=9C=85,=E2=9C=85,=E2=9C=85,=E2=9C=85 Snowridge-v1,=E2=9C=85,=E2=9C=85,, Snowridge-v2,=E2=9C=85,=E2=9C=85,, +Snowridge-v3,=E2=9C=85,=E2=9C=85,, +Snowridge-v4,=E2=9C=85,=E2=9C=85,, Westmere-v1,=E2=9C=85,=E2=9C=85,, Westmere-v2,=E2=9C=85,=E2=9C=85,, athlon-v1,,,, --=20 2.41.0