[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 01/16] x86/boot: introduce boot domain
- To: Jan Beulich <jbeulich@xxxxxxxx>, Alejandro Vallejo <agarciav@xxxxxxx>
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Apr 2025 09:09:53 -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=1744290598; 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=YwV4frp5CtfZYpgSz/+0qb414wbwFFnjjvaRHmFElUw=; b=Bsj592xQokgjgH2t8nMnyyyTWQOH7Ly37sCoIjbmRrKoekLbmHqaf1tRSoY1tUBuNySZUCXeBOwX7IC4DnnK+sUbL9iDpaij2/CeDdJXyE1cJOXVLLtkWNkxmDIcsjeJGBilQQnppp6SBpL07IyYzR+ckFv+pvoEzzi3tDuMwrg=
- Arc-seal: i=1; a=rsa-sha256; t=1744290598; cv=none; d=zohomail.com; s=zohoarc; b=JOVwFsmMgBKbzIePHBO4rAHxASvDVBn7F/1sCpXY1SNR2sOkpeL+2HQsfg3MRzts63VPEZLx4gQXxmTS3i1cTdu9rvCwJn81l3hLZVswgmWKQRima35rai8rPTpUZ009G8/0ocP0fsxNQd1MX6+YQ6xX6kOZSCnggPA0Pwn2tGg=
- Cc: Jason Andryuk <jason.andryuk@xxxxxxx>, Xenia Ragiadakou <xenia.ragiadakou@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 10 Apr 2025 13:10:31 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 4/9/25 02:24, Jan Beulich wrote:
On 08.04.2025 18:07, Alejandro Vallejo wrote:
From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
To begin moving toward allowing the hypervisor to construct more than one
domain at boot, a container is needed for a domain's build information.
Introduce a new header, <xen/asm/bootdomain.h>, that contains the initial
struct boot_domain that encapsulate the build information for a domain.
Add a kernel and ramdisk boot module reference along with a struct domain
reference to the new struct boot_domain. This allows a struct boot_domain
reference to be the only parameter necessary to pass down through the domain
construction call chain.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
I have to object because the meaningless rename is going cause
significant pain in the rebase of the follow-on series for no improved
code clarity.
V/r,
DPS
|