Re: [PATCH 09/16] i386/cpu: Add legacy_intel_cache_info cache model

2025-07-03 Thread Mi, Dapeng
On 6/20/2025 5:27 PM, Zhao Liu wrote: > Based on legacy_l1d_cache, legacy_l1i_cache, legacy_l2_cache and > legacy_l3_cache, build a complete legacy intel cache model, which can > clarify the purpose of these trivial legacy cache models, simplify the > initialization of cache info in X86CPUState,

[PATCH 09/16] i386/cpu: Add legacy_intel_cache_info cache model

2025-06-20 Thread Zhao Liu
Based on legacy_l1d_cache, legacy_l1i_cache, legacy_l2_cache and legacy_l3_cache, build a complete legacy intel cache model, which can clarify the purpose of these trivial legacy cache models, simplify the initialization of cache info in X86CPUState, and make it easier to handle compatibility later