On 08.08.2025 12:43, Kevin Lampis wrote:
> struct cpuinfo_x86
>   .x86        => .family
>   .x86_vendor => .vendor
>   .x86_model  => .model
>   .x86_mask   => .stepping
> 
> No functional change.
> 
> Signed-off-by: Kevin Lampis <kevin.lam...@cloud.com>
> ---
>  xen/arch/x86/acpi/cpu_idle.c             | 20 +++---
>  xen/arch/x86/acpi/cpufreq/acpi.c         |  2 +-
>  xen/arch/x86/acpi/cpufreq/cpufreq.c      |  4 +-
>  xen/arch/x86/acpi/cpufreq/powernow.c     |  4 +-
>  xen/arch/x86/alternative.c               |  8 +--
>  xen/arch/x86/apic.c                      |  8 +--
>  xen/arch/x86/cpu/amd.c                   | 84 ++++++++++++------------
>  xen/arch/x86/cpu/centaur.c               |  4 +-
>  xen/arch/x86/cpu/common.c                | 38 +++++------
>  xen/arch/x86/cpu/hygon.c                 |  4 +-
>  xen/arch/x86/cpu/intel.c                 | 30 ++++-----
>  xen/arch/x86/cpu/intel_cacheinfo.c       |  6 +-
>  xen/arch/x86/cpu/mcheck/amd_nonfatal.c   |  2 +-
>  xen/arch/x86/cpu/mcheck/mcaction.c       |  2 +-
>  xen/arch/x86/cpu/mcheck/mce.c            | 30 ++++-----
>  xen/arch/x86/cpu/mcheck/mce.h            |  2 +-
>  xen/arch/x86/cpu/mcheck/mce_amd.c        | 16 ++---
>  xen/arch/x86/cpu/mcheck/mce_intel.c      |  5 +-
>  xen/arch/x86/cpu/mcheck/non-fatal.c      |  2 +-
>  xen/arch/x86/cpu/mcheck/vmce.c           |  8 +--
>  xen/arch/x86/cpu/mtrr/generic.c          |  6 +-
>  xen/arch/x86/cpu/mwait-idle.c            |  4 +-
>  xen/arch/x86/cpu/vpmu.c                  |  4 +-
>  xen/arch/x86/cpu/vpmu_amd.c              |  6 +-
>  xen/arch/x86/cpu/vpmu_intel.c            |  4 +-
>  xen/arch/x86/cpuid.c                     |  2 +-
>  xen/arch/x86/dom0_build.c                |  4 +-
>  xen/arch/x86/domain.c                    | 12 ++--
>  xen/arch/x86/e820.c                      |  2 +-
>  xen/arch/x86/hvm/hvm.c                   |  2 +-
>  xen/arch/x86/hvm/svm/svm.c               |  6 +-
>  xen/arch/x86/hvm/vmx/vmcs.c              |  4 +-
>  xen/arch/x86/hvm/vmx/vmx.c               | 28 ++++----
>  xen/arch/x86/i8259.c                     |  2 +-
>  xen/arch/x86/include/asm/cpufeature.h    | 21 ++----
>  xen/arch/x86/include/asm/intel-family.h  |  4 ++
>  xen/arch/x86/io_apic.c                   |  2 +-
>  xen/arch/x86/irq.c                       |  4 +-
>  xen/arch/x86/mpparse.c                   |  8 +--
>  xen/arch/x86/msr.c                       |  4 +-
>  xen/arch/x86/nmi.c                       | 12 ++--
>  xen/arch/x86/platform_hypercall.c        |  6 +-
>  xen/arch/x86/pv/domain.c                 |  2 +-
>  xen/arch/x86/pv/emul-priv-op.c           | 30 ++++-----
>  xen/arch/x86/setup.c                     |  6 +-
>  xen/arch/x86/traps-setup.c               |  4 +-
>  xen/arch/x86/tsx.c                       |  4 +-
>  xen/drivers/passthrough/amd/iommu_init.c |  6 +-
>  48 files changed, 234 insertions(+), 244 deletions(-)

Can you perhaps get this broken up some? The bigger such a patch, the easier it
is that one unintended change slips through.

When doing the conversion wholesale, backporting considerations also come into
play: More adjustments may then need making all in one go when crossing the
4.21 / 4.20 boundary.

Jan

Reply via email to