Re: [PATCH v2 15/15] x86/hyperlaunch: add capabilities to boot domain

2025-02-04 Thread Jason Andryuk
On 2025-02-04 06:13, Jan Beulich wrote: On 26.12.2024 17:57, Daniel P. Smith wrote: Introduce the ability to assign capabilities to a domain via its definition in device tree. The first capability enabled to select is the control domain capability. Hmm, and not at the same time another one to

Re: [PATCH v2 15/15] x86/hyperlaunch: add capabilities to boot domain

2025-02-04 Thread Jan Beulich
On 26.12.2024 17:57, Daniel P. Smith wrote: > Introduce the ability to assign capabilities to a domain via its definition in > device tree. The first capability enabled to select is the control domain > capability. Hmm, and not at the same time another one to select "hardware domain"? > --- a/xen

[PATCH v2 15/15] x86/hyperlaunch: add capabilities to boot domain

2024-12-26 Thread Daniel P. Smith
Introduce the ability to assign capabilities to a domain via its definition in device tree. The first capability enabled to select is the control domain capability. The capability property is a bitfield in both the device tree and `struct boot_domain`. Signed-off-by: Daniel P. Smith Reviewed-by: