[PATCH 0/4] i386: Misc cleanup and fix

Xiaoyao Li posted 4 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250630080610.3151956-1-xiaoyao.li@intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Marcelo Tosatti <mtosatti@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
target/i386/cpu.c                | 22 +++++++++------------
target/i386/cpu.h                | 33 +++++++++++++++++++++++++++++++-
target/i386/host-cpu.c           |  7 +++----
target/i386/kvm/kvm-cpu.c        |  2 +-
target/i386/kvm/kvm.c            |  2 +-
target/i386/tcg/decode-new.c.inc |  4 ++--
6 files changed, 48 insertions(+), 22 deletions(-)
[PATCH 0/4] i386: Misc cleanup and fix
Posted by Xiaoyao Li 4 months, 2 weeks ago
This is a misc sereis.

The first 3 patches are cleanup and they are simple.

The last one is cleanup as well as a fix.

Xiaoyao Li (4):
  i386/cpu: Use CPUID_MODEL_ID_SZ instead of hardcoded 48
  i386: Cleanup the usage of CPUID_VENDOR_INTEL_1
  i386/kvm-cpu: Fix the indentation inside kvm_cpu_realizefn()
  i386/cpu: Unify family, model and stepping calculation for x86 CPU

 target/i386/cpu.c                | 22 +++++++++------------
 target/i386/cpu.h                | 33 +++++++++++++++++++++++++++++++-
 target/i386/host-cpu.c           |  7 +++----
 target/i386/kvm/kvm-cpu.c        |  2 +-
 target/i386/kvm/kvm.c            |  2 +-
 target/i386/tcg/decode-new.c.inc |  4 ++--
 6 files changed, 48 insertions(+), 22 deletions(-)

-- 
2.43.0
Re: [PATCH 0/4] i386: Misc cleanup and fix
Posted by Paolo Bonzini 4 months, 1 week ago
Queued, thanks.

Paolo