Re: [PATCH 06/16] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState

2025-07-03 Thread Mi, Dapeng
On 6/20/2025 5:27 PM, Zhao Liu wrote: > With the pre-defined cache model legacy_intel_cpuid2_cache_info, > for X86CPUState there's no need to cache special cache information > for CPUID 0x2 leaf. > > Drop the cache_info_cpuid2 field of X86CPUState and use the > legacy_intel_cpuid2_cache_info dire

[PATCH 06/16] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState

2025-06-20 Thread Zhao Liu
With the pre-defined cache model legacy_intel_cpuid2_cache_info, for X86CPUState there's no need to cache special cache information for CPUID 0x2 leaf. Drop the cache_info_cpuid2 field of X86CPUState and use the legacy_intel_cpuid2_cache_info directly. Signed-off-by: Zhao Liu --- target/i386/cp