[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 3/4] xen: arm: Moved domain_page.c to MMU specific


  • To: Jan Beulich <jbeulich@xxxxxxxx>, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
  • From: Ayan Kumar Halder <ayankuma@xxxxxxx>
  • Date: Thu, 8 Aug 2024 17:01:30 +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=j9owt9l/+ovjFQFTkr3gl2Z+TBC/JDcIg0p3bQgTS/c=; b=Mz9X6YzfMWv29E0lS38BUwdMh+3EDO/gTIgTvJWmFycectcQAXNx9BnwjdTJ4YBczMg75i2uCRVIrR8Z51/yh7X89MU2ilHFM7qoZ5fmvxlJ5EZs5pWbXv4Ff8skVPIN+55J6nX1UF4IqGOh/rGdb3Ssqgk8W93wK4jT3aZ4iM2e5BxzFNJbYCNkZu0bfDNYXhwK0ndjpBJ83cGoHrbDtuHr5FGDH6r+dRZBmfiOkjZudTS0ZjfTYmKGOLfRObJlvyshf+OyamHX55DXbvxeLKn1pOQuJbKA2sz3usmMErKSsonc30w18QOcZMjCdjUtCm85Qs3MKB9uR8v0xOUVHA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=mdCYdEi8JVSP/O1pMaf3OX6Uj6/9bfoXUA+6EyI9IMR68pWAcQoKhv36+7xF3yOCBx6y44wCcFYpX0yU7t4Yxa0DKmoNY0NG7RgC8gmF/4/n9Cz4bAKn1dS+x51x3xuxGrvE/yBghftSQqu5VGZR1xsGbkN8iLv8AseJZR8ikaXyJOvLtrquADjDxXQI4TW/6VQjPmdfvka53z5u/EUi/BdWpW9PpYVeXzkTd17kYQcu8FtnLm6mLacEsRlhccvaFccaPbjcGdBA2wfczQZtVvcV6JMQnhXXEKGU5M82quYMb+uF87S1dwk3e09vgkjd1ijIDh8Wls0WC4uCrViReg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
  • Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, sstabellini@xxxxxxxxxx, bertrand.marquis@xxxxxxx, michal.orzel@xxxxxxx, Volodymyr_Babchuk@xxxxxxxx, julien@xxxxxxx
  • Delivery-date: Thu, 08 Aug 2024 16:01:51 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi Jan,

On 08/08/2024 13:51, Jan Beulich wrote:
On 08.08.2024 14:09, Ayan Kumar Halder wrote:
domain_page.c has been moved to mmu/domain_page.c. The reason
being this file implements MMU specific logic for mapping,
unmapping, etc domain page.

Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
---
  xen/arch/arm/mmu/Makefile            | 1 +
  xen/arch/arm/{ => mmu}/domain_page.c | 0
  2 files changed, 1 insertion(+)
  rename xen/arch/arm/{ => mmu}/domain_page.c (100%)

diff --git a/xen/arch/arm/mmu/Makefile b/xen/arch/arm/mmu/Makefile
index 67475fcd80..2cb44b857d 100644
--- a/xen/arch/arm/mmu/Makefile
+++ b/xen/arch/arm/mmu/Makefile
@@ -2,3 +2,4 @@ obj-y += p2m.o
  obj-y += pt.o
  obj-y += setup.o
  obj-y += smpboot.o
+obj-$(CONFIG_ARCH_MAP_DOMAIN_PAGE) += domain_page.o
Don't you then also need to remove the respective line from arm/Makefile?

Yes you are correct. I missed it.

- Ayan


Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.