[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/6] xen/arm: mpu: Introduce choice between MMU and MPU
- To: Luca Fancellu <Luca.Fancellu@xxxxxxx>, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
- From: Ayan Kumar Halder <ayankuma@xxxxxxx>
- Date: Tue, 15 Oct 2024 17:21:24 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ZQrQppJB6TTVI7vJx1MRJLTl6xSn9nFJXMYCbsX+00A=; b=q1cnmuRvM7/P9ZrEAKysNv4ZLNjIWmM6VzDGRfuYUJLRFOqRD5evmtgPr3TVTPwk4ETJBn/uxlVRL8tDOikfZPNhjsxxwV5zr6qVSUCVMBWOuq0+tmqb9qRngggm4lS3nV0f81usECM12f0jyf3ht/iS0GmNyXdCrL4L13iBL0wWrq5uZiZyHFTvHiDPAcm/xhBBe7MHBfLXXM1eG+B99GTE88s+DHZFqzQ+XGOxtbv8n1CmpOS4RpXB81BN0XVtpx0rMCY1eK1TZR4xj6u7z3jCeuXk/jJ4IiSC1zlCqwPArqC0oSrBLhbKDErikjrwpplLMT0V5Xuuy4O+UJSunQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=gokRRTqRtgHS3/bgLm6JAAXtZmYJFQEKNwYtjdNucb3n0fISbj2UiyFYxKBdMPI5OUxuOzsSNciTk/bVIyP+8pUbu6BtTGMWtbi/MPLcQCLNpQtL8usV3pWz+PSUl8cG5KhiBUW4iRex6cRPPrhBuPQa+pXIF+fqSlQFaw0Kg2779nqeemaHRxYc5eRWAQRijujvhBqQQjeFFvyN0Q6cFylXk1HRNBiyPpjrcviWaWemAYSUs0puJ/iyGCiiSRHPo4zEUyVH7Xr4qsW8OeFPs7kYNGo27PbVXOIqvCoEume+Qt156seuSvynrorVVRei2YIucps9mC3v/Ca+t32Riw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Tue, 15 Oct 2024 16:21:37 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 14/10/2024 19:43, Luca Fancellu wrote:
Hi Ayan,
Hi Luca,
On 10 Oct 2024, at 15:03, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx> wrote:
There are features in the forthcoming patches which are dependent on
MPU. For eg fixed start address.
Also, some of the Xen features (eg STATIC_MEMORY) will be selected
by the MPU configuration.
Thus, this patch introduces a choice between MMU and MPU for the type
of memory management system. By default, MMU is selected.
MPU is now gated by UNSUPPORTED.
Update SUPPORT.md to state that the support for MPU is experimental.
Maybe I’m wrong, but shouldn’t we add this only when MPU is supported?
In this case we are just having the Kconfig setting.
Actually we need this config option for the subsequent patches. I am
assuming 'UNSUPPORTED' also means work in progress or partially supported.
- Ayan
|