[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/12] x86/boot: add cmdline_pa to struct boot_module
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Wed, 6 Nov 2024 17:19:24 -0500
- 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=NVL/XZ/2Jxc2pMkp+egjwkW+G6EnxLlH0GSd0uYX6fI=; b=yv43rptnvXqdDpK1oXnkADQ4zQQQ3bR3IL1hXC3tubOIzRqRdGDIEr6QL4FRSCDEsBzpdQ37IQv8UUX6L2wpF8Re8EfP4DEEmNBZy2Hr3osfTqHEA3JKLWMOWVTpEyKKijF9SGM3KE2VPFgc19ZtwCMBMpOPiyCepVIN8eoYT61ylvw/AaBpUtAWliJfBnXtqhkm+cqhAe/Gc0MW1ewzeJeQzL9bp41lo0sErBzRTDyiy3mTGr967moy7RF5RIeA5LE9JnOx5n5kdWYKfocZ2ANvTMdicPZ3Nl5uqU+gbD24ytUg0xZs8YSu7mwArzhQZFELVVX0rJIE01VHM/H+BQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=r9wJVTs0hNsTHlxO891MiuztQDQshJ/djKY4yGaBCEMZJErw7lxS8sIpwt3szpymhfvUB8j1rd1stnNtHhoClgA7X5+AYLZ2KppRrzyFqcHjL5+xXH0G8Rw11ZWsWCyJ2GAfGnE3F4F3oGzLPAx1rz45cDCWnVHslUA11zqEaHVbcJoQulGxuZy19VG4nWg8gM+JxQvS3E/Zt96J3hC59qPG52Oi0daLnlI+E44bEOXHWQrzHf3OCG0NF6giIMfQMyShiNjI7TI+xWPSXNpGbmzU1ZN6DgdjNJ223yOCa+mTcnl7FG65/W2HpyFxxXfs1n+ytdJc6fgompGGnmHBrA==
- 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: Wed, 06 Nov 2024 22:19:39 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-11-02 13:25, Daniel P. Smith wrote:
Add an address field, cmdline_pa, to struct boot_module to hold the address of
the string field from struct mod.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|