[PATCH 0/4] x86: Convert remaining INTEL_FAM6_* users

Andrew Cooper posted 4 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250718155502.2610047-1-andrew.cooper3@citrix.com
xen/arch/x86/cpu-policy.c               |  19 ++-
xen/arch/x86/cpu/intel.c                |   3 +-
xen/arch/x86/cpu/mwait-idle.c           |  30 +++--
xen/arch/x86/include/asm/intel-family.h |  86 +------------
xen/arch/x86/spec_ctrl.c                | 162 ++++++++++++------------
5 files changed, 108 insertions(+), 192 deletions(-)
[PATCH 0/4] x86: Convert remaining INTEL_FAM6_* users
Posted by Andrew Cooper 3 months, 2 weeks ago
This is a mechanical change to use the VFM constants rather than the
family-specific ones.

https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1934721940

Andrew Cooper (4):
  x86/mwait-idle: Update vendor/family/model logic
  x86/cpu-policy: Update vendor/family/model logic
  x86/spec-ctrl: Update vendor/family/model logic
  x86/intel-family: Resync with Linux

 xen/arch/x86/cpu-policy.c               |  19 ++-
 xen/arch/x86/cpu/intel.c                |   3 +-
 xen/arch/x86/cpu/mwait-idle.c           |  30 +++--
 xen/arch/x86/include/asm/intel-family.h |  86 +------------
 xen/arch/x86/spec_ctrl.c                | 162 ++++++++++++------------
 5 files changed, 108 insertions(+), 192 deletions(-)

-- 
2.39.5
Re: [PATCH 0/4] x86: Convert remaining INTEL_FAM6_* users
Posted by Jan Beulich 3 months, 1 week ago
On 18.07.2025 17:54, Andrew Cooper wrote:
> This is a mechanical change to use the VFM constants rather than the
> family-specific ones.
> 
> https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1934721940
> 
> Andrew Cooper (4):
>   x86/mwait-idle: Update vendor/family/model logic
>   x86/cpu-policy: Update vendor/family/model logic
>   x86/spec-ctrl: Update vendor/family/model logic
>   x86/intel-family: Resync with Linux

Acked-by: Jan Beulich <jbeulich@suse.com>