[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 05/15] kconfig: introduce domain builder config option
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 10 Dec 2024 22:15:02 -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=1733886907; 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=fFufXiXPkg6kDgH9fpNCf7zCQc40rCir74TbHskC/Mc=; b=YOCA8nA2FTIBnoGEWOHwiEFiu8lW7n/eQJftEtXxUxgaKK51WiGNesSm5dUrJkWdLyVz48Wylovw3HKitMIbDt1mGEWAb/fxOOh7u13YiFqzwGWjxudGzS+t8oIYCnNJoCqxmbIrSVoifgbz8t/MbWdxjMG+ijqitwrH5W9n+1o=
- Arc-seal: i=1; a=rsa-sha256; t=1733886907; cv=none; d=zohomail.com; s=zohoarc; b=W2ORHf/mKbQQAfTZA9Onw3fPGJ+6144y9v5XhV3f6bIIrjUjmWSYjp5ZT3jG4Gm/RSlrjXX1WnnkjLAWfqFW3Rbl8ddPs4Kyb/E3duQHIGm/N78BREQFt9/ANVRGcut+7Aroayncl3ogg2VkGmADWYjuJZl4Ho5UQJH47Etd/UE=
- Cc: jason.andryuk@xxxxxxx, christopher.w.clark@xxxxxxxxx, stefano.stabellini@xxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 11 Dec 2024 03:15:19 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 11/26/24 05:09, Jan Beulich wrote:
On 23.11.2024 19:20, Daniel P. Smith wrote:
Hyperlaunch domain builder will be the consolidated boot time domain building
logic framework. Introduces the config option to enable this domain builder to
and turn on the ability to load the domain configuration via a flattened device
tree.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
---
xen/arch/x86/Kconfig | 2 ++
xen/arch/x86/domain_builder/Kconfig | 15 +++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 xen/arch/x86/domain_builder/Kconfig
I think I mentioned this already back when the much bigger series was first
posted: Please no underscores in new file (or directory) names; dashes are
to be preferred.
You are correct, my apologies for dropping that and I will fix it.
v/r,
dps
|