Re: [PATCH v5 08/12] x86/hyperlaunch: add domain id parsing to domain config

2025-04-25 Thread Alejandro Vallejo
On Thu Apr 24, 2025 at 6:41 PM BST, Jason Andryuk wrote: > On 2025-04-24 12:10, Alejandro Vallejo wrote: >> From: "Daniel P. Smith" >> >> Introduce the ability to specify the desired domain id for the domain >> definition. The domain id will be populated in the domid property of the >> domain nod

Re: [PATCH v5 08/12] x86/hyperlaunch: add domain id parsing to domain config

2025-04-24 Thread Jason Andryuk
On 2025-04-24 12:10, Alejandro Vallejo wrote: From: "Daniel P. Smith" Introduce the ability to specify the desired domain id for the domain definition. The domain id will be populated in the domid property of the domain node in the device tree configuration. Signed-off-by: Daniel P. Smith Sig

[PATCH v5 08/12] x86/hyperlaunch: add domain id parsing to domain config

2025-04-24 Thread Alejandro Vallejo
From: "Daniel P. Smith" Introduce the ability to specify the desired domain id for the domain definition. The domain id will be populated in the domid property of the domain node in the device tree configuration. Signed-off-by: Daniel P. Smith Signed-off-by: Alejandro Vallejo --- v5: * Added