[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 12/44] x86/boot: add start and size fields to struct boot_module
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 7 Oct 2024 16:06:37 -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=hrLGksyjXFFJ5wvDTkbI352fbo+xtAqIlEhAL1dPVqc=; b=LTuP0k3wESB9xbDYAatIo8LDrHrinyOkaYTv1PueoDU1o/XVAr59heSxI3QndxyHwCiUM78Bhsi91vUBHyaGbFp0GNsA39OgKEIA2kahSIS6qPtp8StWKWXcedf8eTgEesKj1X8EOeJCY9UXfACTCIoW5JVhkje3LfJ2ocqndy8dlNOa+LRIUCNbLupxjgp6eObaJJyLzlnCpKHqu46gdmipNSeshWZRgAaHDY7aOoDBY+011for+P93oF4URs8waKvAIKTRA4Ag3eYIK+/N1PxfD0aUeH83k1iNmAaidmgRfcYusoD1+ZjA0hMmZ/ZxAapFJ2+DudfXcIWFM7YrJA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=aR7XlkQyUc03fpI1OHMfTyTFkCfdshBIzntYIvfrXtekTbZ0waOo/8D5Tvdh7VLqWgwvyQbSG4LUf3dEv+EHJAuE54IEhAPDIYwSLpfVpusXEwmpZ1NiNB4Cb14ZkRV6S73sBcXUTk2IjG0p16drv9FZ7NKQYDEj4HXklknqzH6XAud0xep4VoqUMkdGQ056vIiZZigbBXDZw6PlS73CuB+k23X48Js4Uh7tJ5qUCfK1cEaBz5HcAy9AgRNyzBPRzioLhLPxiGhNH9i0lWAg2DeStdMcr23y72IwM1GL4aNjCJ38+4j8U5umlJTiqXlwSKIGi8ThPT8DVnAiM5ieTw==
- 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 20:06:50 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-10-06 17:49, Daniel P. Smith wrote:
This commit introduces the start and size fields to struct boot_module and adds
a corresponding bootstrap mapping function, bootstrap_map_bm.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|