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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 06C4DC5AE59 for ; Tue, 3 Jun 2025 13:29:55 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.1004463.1384188 (Exim 4.92) (envelope-from ) id 1uMRi1-00067L-MZ; Tue, 03 Jun 2025 13:29:41 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 1004463.1384188; Tue, 03 Jun 2025 13:29:41 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uMRi1-00067E-Jt; Tue, 03 Jun 2025 13:29:41 +0000 Received: by outflank-mailman (input) for mailman id 1004463; Tue, 03 Jun 2025 13:29:39 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uMRhz-00066y-T2 for xen-devel@lists.xenproject.org; Tue, 03 Jun 2025 13:29:39 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.96) (envelope-from ) id 1uMRhz-000DEh-0k; Tue, 03 Jun 2025 13:29:39 +0000 Received: from [15.248.2.27] (helo=[10.24.67.31]) by xenbits.xenproject.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1uMRhz-005iUa-1Y; Tue, 03 Jun 2025 13:29:39 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID; bh=fKOBxPwvsV5O3YyvKP9MdoeOn8IMuvFKRGJ4P9M1W9E=; b=yW2mS0eAKb2LTvFfpJ8xXks51A tzTOEGkpaPn9syhoutk2qURSUcoMOBR9RXDURsRqiM4C0sOgMuJ608Miqv2KXfxWFikS6x98xSzvx cJzh7kxmywYhe4mxhUeZSN44mz39m/y+dj9PVBB12hq/UtGVECrudSf0dOyG3QGNE0HY=; Message-ID: Date: Tue, 3 Jun 2025 14:29:36 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 4/4] device-tree: Move Arm's static-shmem feature to common Content-Language: en-GB To: Michal Orzel , xen-devel@lists.xenproject.org Cc: Stefano Stabellini , Bertrand Marquis , Volodymyr Babchuk , Andrew Cooper , Anthony PERARD , Jan Beulich , =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= References: <20250603100329.149851-1-michal.orzel@amd.com> <20250603100329.149851-5-michal.orzel@amd.com> From: Julien Grall In-Reply-To: <20250603100329.149851-5-michal.orzel@amd.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Michal, On 03/06/2025 11:03, Michal Orzel wrote: > This feature is arch agnostic, thus move it to common. > > Signed-off-by: Michal Orzel Acked-by: Julien Grall Cheers, -- Julien Grall