From nobody Fri May 17 06:54:21 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=1654248429; cv=none; d=zohomail.com; s=zohoarc; b=XZNIuO/F2eDzKU4mDjzwgapL+4Zo6tdOEqJlvWVOPmHHSw7+xJipRQ0kiJ97oqAHSv/bUpAcftdlBuztslq3Nm5AqARcFg/cxvp1X8VAFwM2lHY5jjAOilzUQGD6bcPCvKhazxlayD8KFBIIGgpsEzD3iTIYeSYVFLagXpfNdN8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1654248429; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=NyHrT6JgF7UvJFOy3h65Q+/YFOYSmVtFX30ttaXBqgg=; b=nO5Hb6aAmyp6fJ6/zBBHG4sRN6ZYs72J3qF96yXnIwI+ZMuZBPJ576ybcWaqt/g5t8/oZjVWdB87mFBpwuzVVzlO6SPaaaAg40BboTOegyX8BMES+pQHlKsRg21Pq4S++un0iHaaRUCkcm39rZ0uuqs7oP9lrF96bFYjbVMsMNo= 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 1654248429204220.2984937367546; Fri, 3 Jun 2022 02:27:09 -0700 (PDT) Received: from localhost ([::1]:55198 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nx3aF-00077s-3g for importer@patchew.org; Fri, 03 Jun 2022 05:27:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nx3YT-00069G-EJ for qemu-devel@nongnu.org; Fri, 03 Jun 2022 05:25:18 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:41415) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nx3YP-0001Zg-Bp for qemu-devel@nongnu.org; Fri, 03 Jun 2022 05:25:15 -0400 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [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-14-WO6NuD-JMdauTPaWGdQHyQ-1; Fri, 03 Jun 2022 05:25:08 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 32AAC3C8ACE0; Fri, 3 Jun 2022 09:25:08 +0000 (UTC) Received: from gator.home (unknown [10.40.194.13]) by smtp.corp.redhat.com (Postfix) with ESMTP id D942940CFD0A; Fri, 3 Jun 2022 09:25:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654248311; 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; bh=NyHrT6JgF7UvJFOy3h65Q+/YFOYSmVtFX30ttaXBqgg=; b=VJqFpEW/jOLlbCwbgdY/97n5WmBh8xUQZXJLUhl2oXS5xi4KfUYLtXhVRkNQQYqD26dkxX qOfw40OiQpU9YrtZqIDqBDk1CUaptfmHnq13Gfh4roybXn+ZBpM/4cVDCgYwkBusV1htSl a+/fp92k7PvOO899FpFKepkGscf5D9c= X-MC-Unique: WO6NuD-JMdauTPaWGdQHyQ-1 From: Andrew Jones To: qemu-devel@nongnu.org, qemu-arm@nongnu.org Cc: f4bug@amsat.org, alex.bennee@linaro.org Subject: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine Date: Fri, 3 Jun 2022 11:25:05 +0200 Message-Id: <20220603092505.1450350-1-drjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 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=drjones@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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" X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1654248429995100001 The max cpu type is the best default cpu type for tests to use when specifying the cpu type for AArch64 mach-virt. Switch all tests to it. Cc: Alex Benn=C3=A9e Signed-off-by: Andrew Jones --- tests/avocado/replay_kernel.py | 2 +- tests/avocado/reverse_debugging.py | 2 +- tests/avocado/tcg_plugins.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py index 0b2b0dc692b1..c19022ea977d 100644 --- a/tests/avocado/replay_kernel.py +++ b/tests/avocado/replay_kernel.py @@ -147,7 +147,7 @@ def test_aarch64_virt(self): """ :avocado: tags=3Darch:aarch64 :avocado: tags=3Dmachine:virt - :avocado: tags=3Dcpu:cortex-a53 + :avocado: tags=3Dcpu:max """ kernel_url =3D ('https://archives.fedoraproject.org/pub/archive/fe= dora' '/linux/releases/29/Everything/aarch64/os/images/pxe= boot' diff --git a/tests/avocado/reverse_debugging.py b/tests/avocado/reverse_deb= ugging.py index d2921e70c3b4..d6a6d7277235 100644 --- a/tests/avocado/reverse_debugging.py +++ b/tests/avocado/reverse_debugging.py @@ -198,7 +198,7 @@ def test_aarch64_virt(self): """ :avocado: tags=3Darch:aarch64 :avocado: tags=3Dmachine:virt - :avocado: tags=3Dcpu:cortex-a53 + :avocado: tags=3Dcpu:max """ kernel_url =3D ('https://archives.fedoraproject.org/pub/archive/fe= dora' '/linux/releases/29/Everything/aarch64/os/images/pxe= boot' diff --git a/tests/avocado/tcg_plugins.py b/tests/avocado/tcg_plugins.py index 642d2e49e305..2bbf62f5036e 100644 --- a/tests/avocado/tcg_plugins.py +++ b/tests/avocado/tcg_plugins.py @@ -68,7 +68,7 @@ def test_aarch64_virt_insn(self): :avocado: tags=3Daccel:tcg :avocado: tags=3Darch:aarch64 :avocado: tags=3Dmachine:virt - :avocado: tags=3Dcpu:cortex-a53 + :avocado: tags=3Dcpu:max """ kernel_path =3D self._grab_aarch64_kernel() kernel_command_line =3D (self.KERNEL_COMMON_COMMAND_LINE + @@ -94,7 +94,7 @@ def test_aarch64_virt_insn_icount(self): :avocado: tags=3Daccel:tcg :avocado: tags=3Darch:aarch64 :avocado: tags=3Dmachine:virt - :avocado: tags=3Dcpu:cortex-a53 + :avocado: tags=3Dcpu:max """ kernel_path =3D self._grab_aarch64_kernel() kernel_command_line =3D (self.KERNEL_COMMON_COMMAND_LINE + @@ -120,7 +120,7 @@ def test_aarch64_virt_mem_icount(self): :avocado: tags=3Daccel:tcg :avocado: tags=3Darch:aarch64 :avocado: tags=3Dmachine:virt - :avocado: tags=3Dcpu:cortex-a53 + :avocado: tags=3Dcpu:max """ kernel_path =3D self._grab_aarch64_kernel() kernel_command_line =3D (self.KERNEL_COMMON_COMMAND_LINE + --=20 2.34.3