[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/19] arm/gnttab: Break cycle between asm/grant_table.h and xen/grant_table.h
- To: Alejandro Vallejo <agarciav@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Fri, 30 May 2025 17:04:20 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- 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=cSitg0yvv/akCMm3T4phuNb/n4z5QYfKBxzh90qkE5o=; b=nUSvW8NBqBZUMHvgOWpL83Lfe9mLybhV1leA19aplvWQ1izqnm40s+kndBnfHIiNv8td2OWLryYC/44JteyxOZThCuOBy1WSMNCg4QotT2nby+GPxtt+t2+UIqDr/rmwZ/lNe4658aIlUgC9qimPM5HjGVY3RTfUS0Dn6ZXximZCBrlsqFjGNXvxjx7wWgzxyNnBDc8ZZPk8+C30cnvnXG2bNT5E/QA0YsrSMTklkjRQIECd2jIHZqbo64lEf4lWYbgJGy9mWqZlnY9asGLfwLw3vcGgyhBR/unGkhPiXSt8ciopaqnBrAaqIcactAvpqy6L9ZrCPG0/pT/c/QybRA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=beSUZqRkHyGVhab6OBUexRP2NFCPbph2rbPzJNMAP3wZj4L6E/LDvHgWfvAv7YJx5+5eJp5Z28+bwDXjdg5biKF8qOZHd4Nh31VcYRD8k7/5RdHxWyiT0e8AM4Vt/KVWqr3k9jn02z9tneG0LK3c4zE6/zzktWfaVPuJNhDBiaq82k86P4uWo/2fS5FgI9+J+Hn9lTMEm6l5I6wU4BuXU4mGOWp+cc5ElgWTjs+b8DGkK3SFp1pM2pSfxmR/qri12WbB+HsrnZ8T3dRB6RnJqKap8BgPRmF5Bod6ajVBnTdsEXQc/U77d2kPeG6J+ezInNKF2h3+H5S3gVl9rBfbAg==
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Fri, 30 May 2025 23:55:22 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-05-30 08:02, Alejandro Vallejo wrote:
xen/grant_table is meant to pull asm/grant_table, when it exists.
Signed-off-by: Alejandro Vallejo <agarciav@xxxxxxx>
I think you can also remove this one:
xen/arch/arm/dom0less-build.c:#include <asm/grant_table.h>
With that,
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
Regards,
Jason
|