Re: [PATCH v4 12/13] x86/hyperlaunch: add max vcpu parsing of hyperlaunch device tree

2025-04-18 Thread dmkhn
On Thu, Apr 17, 2025 at 01:48:34PM +0100, Alejandro Vallejo wrote: > From: "Daniel P. Smith" > > Introduce the `cpus` property, named as such for dom0less compatibility, that > represents the maximum number of vcpus to allocate for a domain. In the device > tree, it will be encoded as a u32 value

[PATCH v4 12/13] x86/hyperlaunch: add max vcpu parsing of hyperlaunch device tree

2025-04-17 Thread Alejandro Vallejo
From: "Daniel P. Smith" Introduce the `cpus` property, named as such for dom0less compatibility, that represents the maximum number of vcpus to allocate for a domain. In the device tree, it will be encoded as a u32 value. Signed-off-by: Daniel P. Smith Reviewed-by: Jason Andryuk Signed-off-by: