qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] i386: Misc cleanup and fix
@ 2025-06-30  8:06 Xiaoyao Li
  2025-06-30  8:06 ` [PATCH 1/4] i386/cpu: Use CPUID_MODEL_ID_SZ instead of hardcoded 48 Xiaoyao Li
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Xiaoyao Li @ 2025-06-30  8:06 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Zhao Liu, Marcelo Tosatti, Richard Henderson, qemu-devel,
	xiaoyao.li

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-07-11  8:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30  8:06 [PATCH 0/4] i386: Misc cleanup and fix Xiaoyao Li
2025-06-30  8:06 ` [PATCH 1/4] i386/cpu: Use CPUID_MODEL_ID_SZ instead of hardcoded 48 Xiaoyao Li
2025-06-30 10:40   ` Philippe Mathieu-Daudé
2025-06-30  8:06 ` [PATCH 2/4] i386: Cleanup the usage of CPUID_VENDOR_INTEL_1 Xiaoyao Li
2025-06-30  8:06 ` [PATCH 3/4] i386/kvm-cpu: Fix the indentation inside kvm_cpu_realizefn() Xiaoyao Li
2025-06-30  8:06 ` [PATCH 4/4] i386/cpu: Unify family, model and stepping calculation for x86 CPU Xiaoyao Li
2025-07-11  8:43 ` [PATCH 0/4] i386: Misc cleanup and fix Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).