Re: [PATCH 2/3] x86: Add support for CpuidUserDis

2023-05-08 Thread Jan Beulich
On 05.05.2023 19:57, Alejandro Vallejo wrote: > Includes a refactor to move vendor-specific probes to vendor-specific > files. I wonder whether the refactoring parts wouldn't better be split off. > @@ -363,6 +375,21 @@ static void __init noinline amd_init_levelling(void) > ctxt_swit

[PATCH 2/3] x86: Add support for CpuidUserDis

2023-05-05 Thread Alejandro Vallejo
Includes a refactor to move vendor-specific probes to vendor-specific files. Furthermore, because CpuIdUserDis is reported in Cpuid itself, the extended leaf containing that bit must be retrieved before calling c_early_init() Signed-off-by: Alejandro Vallejo --- xen/arch/x86/cpu/amd.c |