[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper to
From: |
Dongli Zhang |
Subject: |
Re: [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper to get Host's vendor |
Date: |
Fri, 25 Apr 2025 08:45:23 -0700 |
User-agent: |
Mozilla Thunderbird |
Hi Zhao,
On 4/25/25 1:28 AM, Zhao Liu wrote:
> On Wed, Apr 16, 2025 at 02:52:26PM -0700, Dongli Zhang wrote:
>> Date: Wed, 16 Apr 2025 14:52:26 -0700
>> From: Dongli Zhang <dongli.zhang@oracle.com>
>> Subject: [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper
>> to get Host's vendor
>> X-Mailer: git-send-email 2.43.5
>>
>> From: Zhao Liu <zhao1.liu@intel.com>
>>
>> Extend host_cpu_vendor_fms() to help more cases to get Host's vendor
>> information.
>>
>> Cc: Dongli Zhang <dongli.zhang@oracle.com>
>> Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
>> ---
>> This patch is already queued by Paolo.
>> https://urldefense.com/v3/__https://lore.kernel.org/all/20250410075619.145792-1-zhao1.liu@intel.com/__;!!ACWV5N9M2RV99hQ!L2uxw6itl1xu4V_vdRWxQMeVR4PWVX0zvXndOqPHqmnCvnpPkyNamRGVSAil03m_ojnjPCMgUMEG0jBDtLNl$
>>
>> I don't need to add my Signed-off-by.
>>
>> target/i386/host-cpu.c | 10 ++++++----
>> target/i386/kvm/vmsr_energy.c | 3 +--
>> 2 files changed, 7 insertions(+), 6 deletions(-)
>
> Thanks. It has been merged as commit ae39acef49e2916 now.
>
Since all patches are reviewed, I am going to re-send on top of the most recent
mainline QEMU with all Reviewed-by.
Thank you very much!
Dongli Zhang
- [PATCH v4 00/11] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup, Dongli Zhang, 2025/04/16
- [PATCH v4 03/11] target/i386: disable PERFCORE when "-pmu" is configured, Dongli Zhang, 2025/04/16
- [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper to get Host's vendor, Dongli Zhang, 2025/04/16
- [PATCH v4 02/11] target/i386: disable PerfMonV2 when PERFCORE unavailable, Dongli Zhang, 2025/04/16
- [PATCH v4 05/11] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured, Dongli Zhang, 2025/04/16
- [PATCH v4 09/11] target/i386/kvm: reset AMD PMU registers during VM reset, Dongli Zhang, 2025/04/16
- [PATCH v4 06/11] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid(), Dongli Zhang, 2025/04/16
- [PATCH v4 08/11] target/i386/kvm: query kvm.enable_pmu parameter, Dongli Zhang, 2025/04/16
- [PATCH v4 07/11] target/i386/kvm: rename architectural PMU variables, Dongli Zhang, 2025/04/16
- [PATCH v4 04/11] kvm: Introduce kvm_arch_pre_create_vcpu(), Dongli Zhang, 2025/04/16