[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 05/15] kconfig: introduce domain builder config option


  • To: Jason Andryuk <jason.andryuk@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
  • Date: Tue, 10 Dec 2024 22:13:44 -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=1733886829; 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=+ZV6I/NgstiBhyVEqKTX60i171W5W3XGpeYJhsvctzE=; b=IbDTAWa5ERfxu5KLgwF5yMZi4XqfXJwQUsN1cKhDRwT0DDIhzImQWw2lg15o37I0XOQwHR3YZ4Mlfos5e99QAhF9mjsVjP8oYkPu7tM2aJKU4vENuiItgy3Nl1voNGGwfmP0pjFIZKXw03fxzHPrkfYlaUSGepNuL24/1gBY5Q8=
  • Arc-seal: i=1; a=rsa-sha256; t=1733886829; cv=none; d=zohomail.com; s=zohoarc; b=N7hBbLL3inN7mqF1mJV69T0pAk6Rp9rYqZTXxZkefpUGLCSdss6lf7pUUzwcJDq3Nb7IzXWu3h2bjMjuKH66dJlWkOHDxHqphfRDUIuRxXhOIkV8NOTIKCRX5+VVcLJC9I8YPcf/+wYP8iWbkrZex0LUPHtIl/YuMiAG42URBNk=
  • 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, 11 Dec 2024 03:14:03 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 11/25/24 12:55, Jason Andryuk wrote:
On 2024-11-23 13: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

"to and"?

tree.

Maybe:
"Hyperlaunch is the boot time domain building framework where domain configuration is loaded via a flattened device tree.  Introduce a kconfig variable to control the feature."

Sure.

Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>

diff --git a/xen/arch/x86/domain_builder/Kconfig b/xen/arch/x86/ domain_builder/Kconfig
new file mode 100644
index 000000000000..7be2ec3ed00f
--- /dev/null
+++ b/xen/arch/x86/domain_builder/Kconfig
@@ -0,0 +1,15 @@
+
+menu "Domain Builder Features"
+
+config DOMAIN_BUILDER
+    bool "Domain builder (UNSUPPORTED)" if UNSUPPORTED
+    select LIB_DEVICE_TREE
+    help
+      Enables the domain builder capability to configure boot domain

Indent is off.

ack

+      construction using a flattened device tree.
+
+      This feature is currently experimental.

Does this need to be unsupported and experimental?  What makes this more experimental and/or unsupported than any other new feature?

I don't believe it is a unilateral decision I get to make. In fact, with the directory introduction, a new HYPERLAUNCH section in MAINTAINERS might be warranted with this commit. If so, I would think myself, Christopher, and the x86 maintainers would all be set as maintainers for the feature.

At least with the commit message and indent fixes:

Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>

thanks!

v/r,
dps




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.