[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/3] stubdom/grub: swap start_info usage with start_info_ptr
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Thu, 26 Jun 2025 11:27:51 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.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=VoImiqSU2A79r1jD4fd6kFDddsDiHIsNUisqkPxo6Hg=; b=lvs0vyl4QoTf4O1v/KJzOpAWMI9SShVdC1MRnS4IrJBJajFEnsWe9t1CFTtUP3sIALoM35umJdHdpgLs74VZkk0F7sZQ8ig+jHOi4gRQb9NQP+85UElnaTWru96ZdBwCaAadI46minvUCPJnHd587j3VXhCJNp3yZhUPl8ben+QW2/oFUo96jiepZSUI/aXzxvkcQR+5vU4MjFApeo8wuG+75wyyMiEa6bPPjZf+0J/85TF60O3QDibr7HUKVKHaV7IYgRddUZRLDREkPKk2VsHmj0iFF2YHD5UksklcU5OipIXaG9UFO1/hPear5veb7AqZ0GDI6XQmpErdWYmaWg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=yXDJr8Gs6A8ezy2jfq7gt9t1X4lgbCiTOLRl9vFK96EHvRNeb5Gd08Oq2Gtm+e0rCtke7Moj31dWoH7nd5A5mWazEIL9xZ3zz83UzIdekgNaqEYRKYpKI5mRPWAxAZymEHusgoJShQeYI0Qm4jSfa0LfZm+SXGHj5ajSTpwZg3gf0KIR/ySGR9/2T00d8WTpCavWKWQIJmwCzAgAFCKh2apygVK/3sOR4SPBNFIG2Hiynwn1QRia2mqOD+8pY+Oo+bXCCbNAej8hoWxcaz9+2zC0HJRBVvNoX7TlH7H0cXzgfT7w/CPW333ouU02fft/YIbFYWk9ahnVNXp5Y84r4g==
- Cc: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
- Delivery-date: Thu, 26 Jun 2025 15:28:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-06-26 11:13, Juergen Gross wrote:
Now that Mini-OS is exporting start_info_ptr, use that instead of the
tedious start_info macro.
Note that the Mini-OS macro still needs to be undefined, but now it can
be done right at the top of kexec.c.
Undo the previous move of the "other" start_info into a dedicated
function.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|