From nobody Thu Nov 13 13:39:29 2025 Delivered-To: importer@patchew.org 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; 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=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1580342814293356.7304483688805; Wed, 29 Jan 2020 16:06:54 -0800 (PST) Received: from localhost ([::1]:53690 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwxMD-0002kb-5B for importer@patchew.org; Wed, 29 Jan 2020 19:06:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45707) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwxCk-0004Ym-H3 for qemu-devel@nongnu.org; Wed, 29 Jan 2020 18:57:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwxCj-0000Pq-HQ for qemu-devel@nongnu.org; Wed, 29 Jan 2020 18:57:06 -0500 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]:33189) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwxCi-0000Ls-Oq for qemu-devel@nongnu.org; Wed, 29 Jan 2020 18:57:05 -0500 Received: by mail-pl1-x644.google.com with SMTP id ay11so601298plb.0 for ; Wed, 29 Jan 2020 15:57:04 -0800 (PST) Received: from localhost.localdomain (97-126-123-70.tukw.qwest.net. [97.126.123.70]) by smtp.gmail.com with ESMTPSA id r3sm3953626pfg.145.2020.01.29.15.57.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jan 2020 15:57:02 -0800 (PST) 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 :mime-version:content-transfer-encoding; bh=qZMCkvURXMiFl3jYXkRerJw41ehWyPYg5p550RT7KeU=; b=m8xEm648dE8re7A+g7naS16xbiVJrcpimLXd+bd8rhDVbT7sFau62nhTfuWb5DPu/k 6p13/cD6bB36IX8PRwRdT6Q+envGqY/4J4FdSlj0Gu/+2DUwIFJRWHFXjdoY6hRusW5W W1nMM74RHXkihiYsVdUYSwYjp5F61DeUiPvlWFws0cAp06g7XAe3DdWalF7mTvBNYlWu HbXOXNbh6mV6MEelZZeTccliBy3QmVp8rGKYTAEOA8jWPPRnnQxkA78c4gPQ8wIWrZf3 H3z8qBybZQ9SS8fJHMDEOLE/JLqxdC/sKcVTci1af2itgWf1GNPgRWmBoh3lelM1LcUH uhzg== 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:mime-version:content-transfer-encoding; bh=qZMCkvURXMiFl3jYXkRerJw41ehWyPYg5p550RT7KeU=; b=ogMNy5aY8g9xIF/o/93Rpr7XT8qP2E2W6AS/GtEy18OCGiDNux/n97MdV8PCzzy5+Q nw9mA/yOdTND1tML4Fb7URoL8sbvPwZCQ5Yy72h1PpLqEcFnl4zeA1S0OTPoH5kp3W83 9fjvfUM1q5OUQa4F6l3z1+Smjfmi2sJU4JkjETCIiL7X0EgSn2NIevnv5UlDTw9O+RiK n88A4bmcfb3YLsEaKDtjcLKxL8BNWt95Yt8cJ0hJdskCtzmbwNfuTR9Xc56sCjN8wPIP qHLl+D+J5H5xOWwmY5CXJwoYwuQBAzNJE6i6iQzl1IVp4fV+U7LemvOM3jBZghIuDQII BLCg== X-Gm-Message-State: APjAAAXM3sE6Fy5NRvmfRTc3z6MUXkUIe8ksUioIISOfn1e2ubC4VIav 4ftrFzn3uloJUVDdTC57viKPjZzv0r8= X-Google-Smtp-Source: APXvYqxn9kzqaBWDQSJnhHwTKF+rG7pcC5c2oOfkJlMILk1feItk38a30F1k0Xt6fGwsVixYzOWN5A== X-Received: by 2002:a17:90a:9b88:: with SMTP id g8mr2544631pjp.72.1580342223584; Wed, 29 Jan 2020 15:57:03 -0800 (PST) From: Richard Henderson To: qemu-devel@nongnu.org Subject: [PATCH v5 37/41] target/arm: Enable ARMv8.1-VHE in -cpu max Date: Wed, 29 Jan 2020 15:56:10 -0800 Message-Id: <20200129235614.29829-38-richard.henderson@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200129235614.29829-1-richard.henderson@linaro.org> References: <20200129235614.29829-1-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::644 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, alex.bennee@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @linaro.org) Content-Type: text/plain; charset="utf-8" Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 61fd0ade29..d771e867fa 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -671,6 +671,7 @@ static void aarch64_max_initfn(Object *obj) t =3D cpu->isar.id_aa64mmfr1; t =3D FIELD_DP64(t, ID_AA64MMFR1, HPDS, 1); /* HPD */ t =3D FIELD_DP64(t, ID_AA64MMFR1, LO, 1); + t =3D FIELD_DP64(t, ID_AA64MMFR1, VH, 1); cpu->isar.id_aa64mmfr1 =3D t; =20 /* Replicate the same data to the 32-bit id registers. */ --=20 2.20.1