[PATCH 0/3] target/i386/cpu: Misc cleanup for warning message

Zhao Liu posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240327103951.3853425-1-zhao1.liu@linux.intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c      | 13 +++++--------
target/i386/host-cpu.c | 11 ++++-------
2 files changed, 9 insertions(+), 15 deletions(-)
[PATCH 0/3] target/i386/cpu: Misc cleanup for warning message
Posted by Zhao Liu 1 month ago
From: Zhao Liu <zhao1.liu@intel.com>

Hi Paolo and list,

In i386, there're 2 cases useing static variables to implement warning
only once.

So consolidate the use of warn_report_once() in i386 part. (Based on
the commit 5012e522aca1 "Update version for v9.0.0-rc1 release")

Thanks and Best Regards,
Zhao
---
Zhao Liu (3):
  target/i386/host-cpu: Consolidate the use of warn_report_once()
  target/i386/cpu: Consolidate the use of warn_report_once()
  target/i386/cpu: Merge the warning and error messages for AMD HT check

 target/i386/cpu.c      | 13 +++++--------
 target/i386/host-cpu.c | 11 ++++-------
 2 files changed, 9 insertions(+), 15 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] target/i386/cpu: Misc cleanup for warning message
Posted by Paolo Bonzini 1 week, 5 days ago
Queued, thanks.

Paolo