[PATCH 0/5] i386/cpu: CPUID & CPU model cleanup and CWF cache model

Zhao Liu posted 5 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260310140819.1563084-1-zhao1.liu@intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>
target/i386/cpu.c | 112 +++++++++++++++++++++++++++++++++++++++++-----
target/i386/cpu.h |  16 +++----
2 files changed, 109 insertions(+), 19 deletions(-)
[PATCH 0/5] i386/cpu: CPUID & CPU model cleanup and CWF cache model
Posted by Zhao Liu 1 month ago
Hi,

This series is a bit trivial:
 1. rename AMX mirror features with the term "alias" instead of
    "mirror", which avoid redundant new term and align with KVM's name.
 2. slightly clean up its-no related CPU model.
 3. add cache model for cwf.

Thanks and Best Regards,
Zhao
---
Zhao Liu (5):
  i386/cpu: Rename AMX mirror cpuid macros with _ALIAS suffix
  i386/cpu: Rename AMX mirror feature words with -alias suffix
  i386/cpu: Remove unnecessary cache_info fields from builtin CPU model
  i386/cpu: Adjust the note for CPU models with its-no
  i386/cpu: Enable CPUID 0x1f & cache model for ClearwaterForest

 target/i386/cpu.c | 112 +++++++++++++++++++++++++++++++++++++++++-----
 target/i386/cpu.h |  16 +++----
 2 files changed, 109 insertions(+), 19 deletions(-)

-- 
2.34.1
Re: [PATCH 0/5] i386/cpu: CPUID & CPU model cleanup and CWF cache model
Posted by Paolo Bonzini 1 month ago
Queued, thanks.

Paolo