[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] x86/boot: Add a temporary module_map pointer to boot_image
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 23 Oct 2024 07:14:36 -0400
- 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=1729682086; 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=IhMN/U3nPvWeA1i1OE6BARpNQkhbYcmV6s4X2ec+Ntc=; b=WoThlcS7mHHyhABtJPHzbLJ66ExtBIamA5YJE8RQlchvG0iG0YBTzQtBcMcV1Htn/4tfBeA2MBSBvVkrS3h7sMVh27sz+Ri0C2f7xSm68Tim1+wiiBD1hY6MeDcC2c7VffAJckF5aM75NReCH0L4TOW2mX1jVmnEN+wPEvdZt0g=
- Arc-seal: i=1; a=rsa-sha256; t=1729682086; cv=none; d=zohomail.com; s=zohoarc; b=jmupLRxLRbD1/UnyR2KV3qmfaocWEJWYsrhixrP6e691yUqjfHLyP0nV9f1XoPX4lBdz/tvjC25gPxpsWs6qDMLS+D1X72N1qzz5a+Bh6D1hJSJdtBfQ3mRNXnIYg/STmGWM+IwM0ILsWWSTa3mb3HEKhqoP2f5XA51vvEkgMOY=
- Cc: Jan Beulich <JBeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Wed, 23 Oct 2024 11:15:02 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10/23/24 06:57, Andrew Cooper wrote:
... in order to untangle parameter handling independently from other other
logic changes.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
Reviewed-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx
|