Re: [PATCH v2 00/18] i386/cpu: Unify the cache model in X86CPUState

2025-07-11 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v2 00/18] i386/cpu: Unify the cache model in X86CPUState

2025-07-11 Thread Zhao Liu
Hi, This series tries to unify the three cache models currently in X86CPUState: cache_info_cpuid2, cache_info_cpuid4 and cache_info_amd, into a single cache_info. Fix, clean up, and simplify the current x86 CPU cache model support. Especially, make the cache infomation in CPUID aligns with the ve