[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: Jason Andryuk <jason.andryuk@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 6 Nov 2024 19:56:09 -0500
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=apertussolutions.com; spf=pass smtp.mailfrom=dpsmith@xxxxxxxxxxxxxxxxxxxx; dmarc=pass header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1730940974; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=PbpVuIuZ+J2ObY7J9JpNwlrnWFQTBbcPVHqVE77AOnw=; b=KBZoXS3oiNUc6mddO2tJ8KSO3CUPaswktU2x8Vo4l7L8kqJdB9Aq0zhv0lhhHgj6KfS32Fqq9/NSri9fA717e1V5FWc+mSeKZ9g9teBcJ9WrKkdawEJP8uzNwGTDnuqj0dTHhSyZhBletXza1Qv9V/ksqBxdPOUXXMPfORGv+pQ=
- Arc-seal: i=1; a=rsa-sha256; t=1730940974; cv=none; d=zohomail.com; s=zohoarc; b=RsU+T97qpqzoE7F2uVwNjBzBFvv/+vSpG+ZbyM/HRgmcWtBrLhCQaRu0FLar3x5lBGvIAKsnQCTDqsrL3UdFpIFZr5m6KWUnWQzDfTQYTm99u9Z5Cw4cdh5KJoipG9oObyWbib/hxuVAAlPjw1Q69UgYHJfrK/iDKr3aiuhIaM4=
- 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: Thu, 07 Nov 2024 00:56:27 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 11/6/24 17:19, Jason Andryuk wrote:
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>
Thank you.
|