[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 11/44] x86/boot: split bootstrap_map_addr() out of bootstrap_map()
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 7 Oct 2024 16:04:22 -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=MOPG92eorYTmfbe61E1Wdo4sHKbT7AKPHtX0ScPWvm4=; b=boqYoWNrihT75W9I7MJ/Q1INWKZyS6+YNxZu7Rlx/j5YAW4cFAq1Inlvpfhmb9hCBT+LA+BRwGfj3g09sqipQSiRKHGstLusi8Yu01R5zNzPPlnJMwR2Kn04A44zmbrB0bJw6Xk9Br3BTkFCzjnc43QyYIYu4pV58vyvDFbo4/98gbDDo3H7m/Np9IfnyOBe/SfIkyHXqDFCF2GHwO/u8pzCRQxKIdzxaAVNHRjnco9wKmdl8wtAbZsDabCS8x50hoOCkjWs8HziZGpddVcv6OTBo8eWWFbiHzOvLFw8zFG6g60JypvkNZzINY8FPWF8gwM8UQlGVLsZqN/h3FnbgQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=KgOouPM9HmN95bQj22Tj+DC8+wPXcxR1mGzhfFP47DkZIKVu6bGExnFQvbC6viXE6YVUCsjL5pUqRuIu9XwfLhK+robo7cEknKOs+exZOL8rqpXEELhaLsg0leF6svkqBfIMjJemHMbcSN1G7PjYYDcbjJKGoDQLGxPU/KC0NB1M2SaI4a+7Roz+euyna747bGZBm4k11PM7WcuLF4susnJm9j+2JVkvsSyKZThD8nrMElb7HU1AYBN4xjTXJG1cINJVkqcNhBxPrWG0WqBHLx/SNOhepAMdW5mz+XylKbHmOo1rZQl1GwR2v+45TY6uks/+5ltH5kVog9+k4L8+Ew==
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, <christopher.w.clark@xxxxxxxxx>, <stefano.stabellini@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Mon, 07 Oct 2024 20:04:36 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-10-06 17:49, Daniel P. Smith wrote:
From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Using an interface based on addresses directly, not modules.
No functional change.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|