[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 26/44] x86/boot: convert construct_dom0 to use struct boot_module
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 8 Oct 2024 12:57:04 -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=CLs1ZxxgChdgIqfhpynxvq6O8IYDEBTQLTIYpEGmkys=; b=c+LUpYV9eSG13FC5C1p+jCMdQ54hDvs6MgP+RzFUVPLYujn3QybcAZ4gPyjHV45YXLjKfbLFgvLlnps1I8ZhIgL/s/q2F5sviiQp6gH64B6UY7F75oNKxjenE9pYp2M48NllEopYcpRqyYgR64LHdy9eIMWIhfi+y+LJ8ikV3+UI5ziQdYHUQ8p3uG410yF2rp7cBMdfdiQwD4pv7KpOf+tjr6glCrATRShkEJ6VRqea430bRDCa9RhwOXsy2wMeN+IuyqFC0wpynysTJQwrbbPUD9jh6vVCXGnppkkXPlSorhk/VtmCzZogMgOIAGaX65NzwOm8jPPkkUIp7XemKQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=wJvkllbSRB1F6gEd9zg1wunjgErZ/Vj7hfEOdtymSNGqVvHHoU+uUhAc4vLX7gT0tLcmLijDM7Qefi6NEK3eW9EYbw8iPr/TWxodP3GO0Tx3FGL/q+G7MBkOP6oVMhxZoDptCrNX3VhqBN4CLAejS+9saDSnmsMACGOg+LFm8jTlix4bBFxO18Y0WDePxGlfUNb9fGPkCAuhKFMDtMMH7spC4ArcURZRh0hbpmpA3qNuHPT1P0QZDQ3kte3hYI55B/AVXFMdWWh3pfE4UALvHB8ccLXejquWiHouSKiUki8kKNQPIyHGMryZuQ1E1rszJ57kQ2Vn5r9gNUmCnhq1xw==
- 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: Tue, 08 Oct 2024 16:57:27 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-10-06 17:49, Daniel P. Smith wrote:
The construct_dom0 function is converted to consume struct boot_module
instances for the kernel and ramdisk. With this change, it is no longer
necessary for the internal use of struct mod by create_dom0, so they are
changed to struct boot_module.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|