From nobody Wed Nov 5 10:40:49 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1533788829786677.1564212259182; Wed, 8 Aug 2018 21:27:09 -0700 (PDT) Received: from localhost ([::1]:47248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fncXU-0004jg-JV for importer@patchew.org; Thu, 09 Aug 2018 00:27:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fncSk-0000iA-T5 for qemu-devel@nongnu.org; Thu, 09 Aug 2018 00:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fncSk-00078h-5S for qemu-devel@nongnu.org; Thu, 09 Aug 2018 00:22:14 -0400 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:35660) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fncSj-00077r-Vo for qemu-devel@nongnu.org; Thu, 09 Aug 2018 00:22:14 -0400 Received: by mail-pf1-x444.google.com with SMTP id p12-v6so2206894pfh.2 for ; Wed, 08 Aug 2018 21:22:13 -0700 (PDT) Received: from cloudburst.twiddle.net (97-113-8-179.tukw.qwest.net. [97.113.8.179]) by smtp.gmail.com with ESMTPSA id m30-v6sm7355799pff.121.2018.08.08.21.22.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 Aug 2018 21:22:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=sHtxaTZ3pFPqXL33e8EqAOyUhtc5YlxCG2/QzEfKR8M=; b=CGNVDZ3cQrMzkwwUBOa6u0eirQFS4XM4iecvxbdEdbVy39MnFQ5ol6q9Uf/gYJQhWm S6XoL+BTUy/Bngb4ReLuT/NDPYaoyLd+IdATFFaGF9NIuVPvMr9pncEnuPO+OrGhbg8m gPIvYuGIJeBxrwFFtDdJV1a9B350kTnUphuyg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sHtxaTZ3pFPqXL33e8EqAOyUhtc5YlxCG2/QzEfKR8M=; b=NiqGJzyuXNyDAvAfFdxDHb03ScpvMtLH9Ij1b1A1v6SXiwmNoobT1jGmhJOUF/aOQV HOdnM0RyqG0Gcb8BqhUL54lOvEej/2/ATrkRILODp2HtxCAWKN7PSEIENnimr+F4jbls zIcV3sqmbrYh7VBmLB5NWOz+VOTpwQxgH9lYsv/3Enxf2VzKdrvmqxZ8BCBZS4FDXoh0 h8H4zpP6XjVeip8mSSdLXttTYObJhLM5MBS0eGNs8HbEOAp3r4M/zA7Z9Ye5eCWW3F2X 4nvPpy6FD/WkoqHVZhcPSsCjTV+aoEgOx89xKXBy7gyo7WzfTyxYwhOd5NefB6Uphjfb X5fw== X-Gm-Message-State: AOUpUlGuCHWGncj2PHoVOuidE3Z0B+5JRYcxuezusFcXpRT+GgdSuJLl SFyP0H5yoLbLc8eOx9xrDsnViSlmo6k= X-Google-Smtp-Source: AA+uWPz+lX9/FsfiBpqcLnEsfPHyBy3k+wWTu7W1gyAQN9qXZNybk+tE/DBNAHMYRwSA3RiPp1FCWA== X-Received: by 2002:a62:a216:: with SMTP id m22-v6mr542167pff.163.1533788532722; Wed, 08 Aug 2018 21:22:12 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Wed, 8 Aug 2018 21:21:49 -0700 Message-Id: <20180809042206.15726-4-richard.henderson@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180809042206.15726-1-richard.henderson@linaro.org> References: <20180809042206.15726-1-richard.henderson@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::444 Subject: [Qemu-devel] [PATCH 03/20] target/arm: Define ID_AA64ZFR0_EL1 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: laurent.desnogues@gmail.com, peter.maydell@linaro.org, alex.bennee@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDMRC_1 RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Given that the only field defined for this new register may only be 0, we don't actually need to change anything except the name. Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell --- target/arm/helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index c24c66d43e..61a79e4c44 100644 --- a/target/arm/helper.c +++ b/target/arm/helper.c @@ -4956,9 +4956,10 @@ void register_cp_regs_for_features(ARMCPU *cpu) .opc0 =3D 3, .opc1 =3D 0, .crn =3D 0, .crm =3D 4, .opc2 =3D = 3, .access =3D PL1_R, .type =3D ARM_CP_CONST, .resetvalue =3D 0 }, - { .name =3D "ID_AA64PFR4_EL1_RESERVED", .state =3D ARM_CP_STAT= E_AA64, + { .name =3D "ID_AA64ZFR0_EL1", .state =3D ARM_CP_STATE_AA64, .opc0 =3D 3, .opc1 =3D 0, .crn =3D 0, .crm =3D 4, .opc2 =3D = 4, .access =3D PL1_R, .type =3D ARM_CP_CONST, + /* At present, only SVEver =3D=3D 0 is defined anyway. */ .resetvalue =3D 0 }, { .name =3D "ID_AA64PFR5_EL1_RESERVED", .state =3D ARM_CP_STAT= E_AA64, .opc0 =3D 3, .opc1 =3D 0, .crn =3D 0, .crm =3D 4, .opc2 =3D = 5, --=20 2.17.1