Re: [PATCH v2 2/3] x86: Refactor conditional guard in probe_cpuid_faulting()

2023-05-11 Thread Jan Beulich
On 09.05.2023 18:43, Alejandro Vallejo wrote: > Move vendor-specific checks to the vendor-specific callers. > > No functional change. > > Signed-off-by: Alejandro Vallejo Reviewed-by: Jan Beulich

[PATCH v2 2/3] x86: Refactor conditional guard in probe_cpuid_faulting()

2023-05-09 Thread Alejandro Vallejo
Move vendor-specific checks to the vendor-specific callers. No functional change. Signed-off-by: Alejandro Vallejo --- v2: * Patch factored out from patch2 of v1 --- xen/arch/x86/cpu/amd.c| 10 +- xen/arch/x86/cpu/common.c | 11 --- xen/arch/x86/cpu/intel.c | 9 -