commit | 99a637a86f55c8486b06c698656befdf012eec4d | [log] [tgz] |
---|---|---|
author | Xiaoyao Li <xiaoyao.li@intel.com> | Thu Dec 19 06:01:25 2024 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 10 23:34:45 2025 +0100 |
tree | 21fdc963193bb442ce2ee15c812050c48387644f | |
parent | c6bd2dd634208ca717b6dc010064fe34d1359080 [diff] |
i386/cpu: Set and track CPUID_EXT3_CMP_LEG in env->features[FEAT_8000_0001_ECX] The correct usage is tracking and maintaining features in env->features[] instead of manually set it in cpu_x86_cpuid(). Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com> Link: https://lore.kernel.org/r/20241219110125.1266461-11-xiaoyao.li@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>