Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-16 Thread Jan Beulich
On 16.04.2025 16:09, Daniel P. Smith wrote: > On 4/16/25 09:38, Jan Beulich wrote: >> On 16.04.2025 15:32, Daniel P. Smith wrote: >>> On 4/10/25 07:57, Jan Beulich wrote: On 08.04.2025 18:07, Alejandro Vallejo wrote: > --- a/xen/arch/x86/domain-builder/fdt.c > +++ b/xen/arch/x86/domain

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-16 Thread Daniel P. Smith
On 4/16/25 09:38, Jan Beulich wrote: On 16.04.2025 15:32, Daniel P. Smith wrote: On 4/10/25 07:57, Jan Beulich wrote: On 08.04.2025 18:07, Alejandro Vallejo wrote: --- a/xen/arch/x86/domain-builder/fdt.c +++ b/xen/arch/x86/domain-builder/fdt.c @@ -193,6 +193,25 @@ static int __init process_dom

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-16 Thread Jan Beulich
On 16.04.2025 15:32, Daniel P. Smith wrote: > On 4/10/25 07:57, Jan Beulich wrote: >> On 08.04.2025 18:07, Alejandro Vallejo wrote: >>> --- a/xen/arch/x86/domain-builder/fdt.c >>> +++ b/xen/arch/x86/domain-builder/fdt.c >>> @@ -193,6 +193,25 @@ static int __init process_domain_node( >>>

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-16 Thread Daniel P. Smith
On 4/10/25 07:57, Jan Beulich wrote: On 08.04.2025 18:07, Alejandro Vallejo wrote: --- a/xen/arch/x86/domain-builder/fdt.c +++ b/xen/arch/x86/domain-builder/fdt.c @@ -193,6 +193,25 @@ static int __init process_domain_node( bd->domid = (domid_t)val; printk(" domid: %d

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-14 Thread Alejandro Vallejo
On Wed Apr 9, 2025 at 11:24 PM BST, Denis Mukhin wrote: > On Tuesday, April 8th, 2025 at 9:07 AM, Alejandro Vallejo > wrote: > >> >> >> From: "Daniel P. Smith" dpsm...@apertussolutions.com >> >> >> Enable selecting the mode in which the domain will be built and ran. This >> includes: >> >> -

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-10 Thread Jan Beulich
On 08.04.2025 18:07, Alejandro Vallejo wrote: > --- a/xen/arch/x86/domain-builder/fdt.c > +++ b/xen/arch/x86/domain-builder/fdt.c > @@ -193,6 +193,25 @@ static int __init process_domain_node( > bd->domid = (domid_t)val; > printk(" domid: %d\n", bd->domid); > } >

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-10 Thread Jan Beulich
On 10.04.2025 00:24, Denis Mukhin wrote: > On Tuesday, April 8th, 2025 at 9:07 AM, Alejandro Vallejo > wrote: >> --- a/xen/arch/x86/domain-builder/fdt.c >> +++ b/xen/arch/x86/domain-builder/fdt.c >> @@ -193,6 +193,25 @@ static int __init process_domain_node( >> bd->domid = (domid_t)val; >> >> pri

Re: [PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-09 Thread Denis Mukhin
On Tuesday, April 8th, 2025 at 9:07 AM, Alejandro Vallejo wrote: > > > From: "Daniel P. Smith" dpsm...@apertussolutions.com > > > Enable selecting the mode in which the domain will be built and ran. This > includes: > > - whether it will be either a 32/64 bit domain > - if it will be run as

[PATCH v3 13/16] x86/hyperlaunch: specify dom0 mode with device tree

2025-04-08 Thread Alejandro Vallejo
From: "Daniel P. Smith" Enable selecting the mode in which the domain will be built and ran. This includes: - whether it will be either a 32/64 bit domain - if it will be run as a PV or HVM domain - and if it will require a device model (not applicable for dom0) In the device tree, this will be