[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: Jason Andryuk <jason.andryuk@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Alejandro Vallejo <agarciav@xxxxxxx>
- Date: Mon, 2 Jun 2025 16:20:17 +0200
- 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=/M/SiW4a1t1yWHQE0fruyR4FKzJ2ExYRcXotkyi8dMc=; b=ZrZFM6yl+6kXAdVOAeJGHkC5nbJ8ElztZ5hI+lKPNybTuOv/MxKDGlAi9Rqh6fCA+6ywHH8prsS8SBDQ+5lsRe2PnWsE2ZkOLvi9Ia5uMbPBOdiQ9UOtTNooNetuIFz8hfeBp1yHaqogZhST5TAkuRtWvNoEwL70CbF29/2tt1zqEFa7k9KeHAoxEZVv00W2185hdUfLSbg5JAEGUb6/5Qw61WlJL5Fgs1FxRLuQTQooAqh1dVHfoVbLrCvRyjfxaXFNZAw06s4/TNhg+RsXnFrY/MFYcvPSYgunTX3M3q64bUJz03z3T14ktejYxUJ1nGve2rNsbdQ1T+zSDrc9mQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=gac/Rm/pAz2FUvK0hP6RcX8fUUFRsd3iQIYsks0MqTJQ3NgG4y6ndpDqIqddSvtTW3Z/gN20hiIPROGFov+NQvGx+f15KWY0yT6kf2ADHrYl6A8SDOeTKJR+m1X+hfxr9zspaeOmra1kCbZRroV7mKaHXtriM+dAagrYUmj+pHznlkPv6QJ3cL+iQsvHpajqwo7nD5GSdGME1CJbi3WvR/PI302WDS3mCVNNJVpaeYxmtPmApDlg89yn7gJgED8WZMkCmhGOKhQOQNBKb07Py4WHEVqAm6YJwhpn05zWHE7SFn4iipM2EyV7RSFxaxBUqUmJPtLlgB2WhKbNtu9Srg==
- 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: Mon, 02 Jun 2025 14:20:38 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Fri May 30, 2025 at 11:04 PM CEST, Jason Andryuk wrote:
> 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>
Oh, yes. I missed that one. Thanks.
Cheers,
Alejandro
|