[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 27/44] x86/boot: relocate kextra into boot info
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 8 Oct 2024 13:01: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=H9uXffkH/Ov5GjjLKT0LoE3trWhXlAAKcT4A7f6eSWo=; b=BeLav2w9q9tGhhyxgXE02qz4M5ft6sxI7Vmb6/ou7oiDY19LN0VzVe/Ic990xdixRUcbpkah8qsz3uD47m2zEev8EAD4R5aEbPFZMZrTR8+mSMhljT1JOk5eoizHyrvm5rOuPl327IOezYIrZHL1WNGqaXG02iiXHy9rliNSPkUFrSVQbHrF+QqgRFSoB0COWnD5OUwzyX+guo54P1jC78c6yqnl4S7Y/8Pa/XcF9qksYIDG4fzrnO8G+U5XiwY55piHvF6K/fhTbAH9bxj0u1uPLAjUpGKqyd+sx5SpvXYswJctY9H5mCdhI/vq47sTQo8s63pZdfcg0G0UpSsXMw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=qjbOSzkRm4Jvj+o5yxtjh5w9OO3p39TKeN0a7+vI9evdFK4JaikS6eK0tbtpZ0e8fYj5B/OpQAs2ijvhyv4vHDEeWEkxuSZiqahjZFjIKpwukgnmtmSVJEWrRS2nKCVtQj6pBIBwQlQmEYRN281XpLUG/8L2xgnziIoxqBjw8TTrXCCTCChUeWtdr9s+lHB380JFMlNfimm8ah5gSVRdyTIIib6uSvZI6QBAP38dLd0EXBgUmEz7mUwf5z19+/c4ujVDYKWAZo9Xt13FelfVlctpDucc3ivzze8mdE8kOkWAv2BH102tHHMcuiYkfln9A+HeXxZADe66BByJAYMt6Q==
- 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 17:01:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-10-06 17:49, Daniel P. Smith wrote:
Move kextra into struct boot_info, thus no longer needed to be passed as a
parameter to create_dom0.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|