From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBE9FC7EE2C for ; Mon, 5 Jun 2023 15:42:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235027AbjFEPmo (ORCPT ); Mon, 5 Jun 2023 11:42:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232463AbjFEPm0 (ORCPT ); Mon, 5 Jun 2023 11:42:26 -0400 Received: from out-29.mta1.migadu.com (out-29.mta1.migadu.com [IPv6:2001:41d0:203:375::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F2331B1 for ; Mon, 5 Jun 2023 08:42:03 -0700 (PDT) Date: Mon, 5 Jun 2023 15:41:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1685979719; 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: in-reply-to:in-reply-to:references:references; bh=3vE3qz2IJG9FXtMC5do8DKxh24CXgTlhxDJppkemDRI=; b=PwIscskWzGW+xkGcfpDemDLACxtF5hKhwrcMhCP1iDbpL8o2YScovP64XLDLuZJNAN3598 EDTiJB93XKt1zo8Vti55c2XI4cLsHunuwDx4e78MoJIwszv8oM1w4IEpsJIe/KT69I7x6v O9oqY7WzxnY2TtyL2bnTm624zUao3EM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Catalin Marinas Cc: Kristina Martsenko , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, Will Deacon , Marc Zyngier , James Morse , Suzuki K Poulose , Zenghui Yu , Mark Rutland , Mark Brown , Luis Machado , Vladimir Murzin , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 03/11] KVM: arm64: switch HCRX_EL2 between host and guest Message-ID: References: <20230509142235.3284028-1-kristina.martsenko@arm.com> <20230509142235.3284028-4-kristina.martsenko@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 02, 2023 at 02:51:53PM +0100, Catalin Marinas wrote: > On Tue, May 09, 2023 at 03:22:27PM +0100, Kristina Martsenko wrote: > > Switch the HCRX_EL2 register between host and guest configurations, in > > order to enable different features in the host and guest. > > > > Now that there are separate guest flags, we can also remove SMPME from > > the host flags, as SMPME is used for virtualizing SME priorities and has > > no use in the host. > > > > Signed-off-by: Kristina Martsenko > > Same here, it could be good to have Marc/Oliver look at this. Acked-by: Oliver Upton -- Thanks, Oliver