Re: [PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-06-18 Thread Jan Beulich
On 17.06.2024 19:30, Andrew Cooper wrote: > On 17/06/2024 11:25 am, Jan Beulich wrote: >> On 14.06.2024 20:26, Andrew Cooper wrote: >>> On 23/05/2024 4:44 pm, Jan Beulich wrote: On 23.05.2024 13:16, Andrew Cooper wrote: > This is a tangle, but it's a small step in the right direction.

Re: [PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-06-17 Thread Andrew Cooper
On 17/06/2024 11:25 am, Jan Beulich wrote: > On 14.06.2024 20:26, Andrew Cooper wrote: >> On 23/05/2024 4:44 pm, Jan Beulich wrote: >>> On 23.05.2024 13:16, Andrew Cooper wrote: This is a tangle, but it's a small step in the right direction. xstate_init() is shortly going to want dat

Re: [PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-06-17 Thread Jan Beulich
On 14.06.2024 20:26, Andrew Cooper wrote: > On 23/05/2024 4:44 pm, Jan Beulich wrote: >> On 23.05.2024 13:16, Andrew Cooper wrote: >>> This is a tangle, but it's a small step in the right direction. >>> >>> xstate_init() is shortly going to want data from the Raw policy. >>> calculate_raw_cpu_polic

Re: [PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-06-14 Thread Andrew Cooper
On 23/05/2024 4:44 pm, Jan Beulich wrote: > On 23.05.2024 13:16, Andrew Cooper wrote: >> This is a tangle, but it's a small step in the right direction. >> >> xstate_init() is shortly going to want data from the Raw policy. >> calculate_raw_cpu_policy() is sufficiently separate from the other polic

Re: [PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-05-23 Thread Jan Beulich
On 23.05.2024 13:16, Andrew Cooper wrote: > This is a tangle, but it's a small step in the right direction. > > xstate_init() is shortly going to want data from the Raw policy. > calculate_raw_cpu_policy() is sufficiently separate from the other policies to > be safe to do. > > No functional chan

[PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-05-23 Thread Andrew Cooper
This is a tangle, but it's a small step in the right direction. xstate_init() is shortly going to want data from the Raw policy. calculate_raw_cpu_policy() is sufficiently separate from the other policies to be safe to do. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich