Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-30 Thread Alejandro Vallejo
On Wed Jul 30, 2025 at 11:58 AM CEST, Jan Beulich wrote: > On 30.07.2025 11:48, Alejandro Vallejo wrote: >> On Wed Jul 30, 2025 at 9:48 AM CEST, Jan Beulich wrote: >>> On 29.07.2025 23:29, Daniel P. Smith wrote: On 7/25/25 06:56, Roger Pau Monné wrote: > On Fri, Jul 25, 2025 at 12:02:18PM

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-30 Thread Jan Beulich
On 30.07.2025 11:48, Alejandro Vallejo wrote: > On Wed Jul 30, 2025 at 9:48 AM CEST, Jan Beulich wrote: >> On 29.07.2025 23:29, Daniel P. Smith wrote: >>> On 7/25/25 06:56, Roger Pau Monné wrote: On Fri, Jul 25, 2025 at 12:02:18PM +0200, Alejandro Vallejo wrote: > On Wed Jul 23, 2025 at 9:

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-30 Thread Alejandro Vallejo
On Wed Jul 30, 2025 at 9:48 AM CEST, Jan Beulich wrote: > On 29.07.2025 23:29, Daniel P. Smith wrote: >> On 7/25/25 06:56, Roger Pau Monné wrote: >>> On Fri, Jul 25, 2025 at 12:02:18PM +0200, Alejandro Vallejo wrote: On Wed Jul 23, 2025 at 9:18 AM CEST, Roger Pau Monné wrote: > On Thu, Jul

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-30 Thread Jan Beulich
On 29.07.2025 23:29, Daniel P. Smith wrote: > On 7/25/25 06:56, Roger Pau Monné wrote: >> On Fri, Jul 25, 2025 at 12:02:18PM +0200, Alejandro Vallejo wrote: >>> On Wed Jul 23, 2025 at 9:18 AM CEST, Roger Pau Monné wrote: On Thu, Jul 17, 2025 at 07:58:24PM +0200, Alejandro Vallejo wrote: >

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-29 Thread Daniel P. Smith
On 7/25/25 06:56, Roger Pau Monné wrote: On Fri, Jul 25, 2025 at 12:02:18PM +0200, Alejandro Vallejo wrote: On Wed Jul 23, 2025 at 9:18 AM CEST, Roger Pau Monné wrote: On Thu, Jul 17, 2025 at 07:58:24PM +0200, Alejandro Vallejo wrote: Later patches will keep refactoring create_dom0() until it

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-25 Thread Roger Pau Monné
On Fri, Jul 25, 2025 at 12:02:18PM +0200, Alejandro Vallejo wrote: > On Wed Jul 23, 2025 at 9:18 AM CEST, Roger Pau Monné wrote: > > On Thu, Jul 17, 2025 at 07:58:24PM +0200, Alejandro Vallejo wrote: > >> Later patches will keep refactoring create_dom0() > >> until it can create arbitrary domains.

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-25 Thread Alejandro Vallejo
On Wed Jul 23, 2025 at 9:18 AM CEST, Roger Pau Monné wrote: > On Thu, Jul 17, 2025 at 07:58:24PM +0200, Alejandro Vallejo wrote: >> Later patches will keep refactoring create_dom0() >> until it can create arbitrary domains. This is one >> small step in that direction. >> >> Signed-off-by: Alejandr

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-23 Thread Roger Pau Monné
On Thu, Jul 17, 2025 at 07:58:24PM +0200, Alejandro Vallejo wrote: > Later patches will keep refactoring create_dom0() > until it can create arbitrary domains. This is one > small step in that direction. > > Signed-off-by: Alejandro Vallejo > --- > xen/arch/x86/setup.c | 3 ++- > 1 file changed,

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-17 Thread Jan Beulich
On 17.07.2025 19:58, Alejandro Vallejo wrote: > Later patches will keep refactoring create_dom0() > until it can create arbitrary domains. This is one > small step in that direction. > > Signed-off-by: Alejandro Vallejo As with the other patch - we first need to settle on principles. And then ..

Re: [PATCH] x86: Conditionalise init_dom0_cpu_policy()

2025-07-17 Thread dmkhn
On Thu, Jul 17, 2025 at 07:58:24PM +0200, Alejandro Vallejo wrote: > Later patches will keep refactoring create_dom0() > until it can create arbitrary domains. This is one > small step in that direction. > > Signed-off-by: Alejandro Vallejo Reviewed-by: Denis Mukhin > --- > xen/arch/x86/setu