[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 06/44] x86/boot: convert consider_modules to struct boot_module
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 7 Oct 2024 14:36:59 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=apertussolutions.com 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=fwc2pQqtFhWyGWFjKNvV1HbZoNj8Jl6VTxoBD/7+roc=; b=P9/QCtMNCJPfWJ9wVmyVZ71YpeukzmHWfYWqXQl+Z/Pl0K4MhU38CfQ4rWtIEEUM8Ua/6d5cX9lFtSV/5pp5lLigpUcbTft/FnvReB989hHvs6Z+fXEUIW1LYfEUAzPVhNmcyl+eujcVIMllsGdeJlbjw7sSqU7l0PwN4DFk1nNzY1WWQDRJQKuA+A3qOBGF6ShWsd9VLmIPPwhom1YLAKtFfQi09kg59NKhCP+OLzmLkzarZ5DTnDTnlADBHJ2FgWLIaeg3Zv8whDfq7TCUD9GbVm7zBRB8FSHHAmKalFDqCdqwjb41VpFtTysXezKTr7KqqqWVFxUrtg6tQPkFzg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=b7N/5Ui8Lvy5qsi8iOvYjaPOXOtSu2CSMGMQ6/Yg1ZdGNIyK+m6/A08HfcS1223el5aT5ydqn0EMhFGRA42obs+8PqE63CclMm8MUPi8FBBYpSStQDnLhmGqO991t56Cg8+F5EgNRtYJ9QZMl0Xc1FymJOpjsHARFXiS5jEN2e0wIo70uOCesEdMeHjFSBTOywsiYw/icF3Oxk3/q8eCDQfoxazpqFEKMs4l2EhxVwJQDl4+NSKlveHeph30oE9y2K7Dl0F2xILx+kZOB/w7V3UPL/PWVVvr6irQp7T8StbHm1TQ8OurA8Bzd0Qc4ZnLjbftkx79kTKnSYP+CMsuOg==
- Cc: <christopher.w.clark@xxxxxxxxx>, <stefano.stabellini@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Mon, 07 Oct 2024 18:37:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-10-06 17:49, Daniel P. Smith wrote:
To start transitioning consider_modules() over to struct boot_module, begin
with taking the array of struct boot_modules but use the temporary struct
element mod.
No functional change intended.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxxxx>
|