Hi, On 10/3/26 11:10, Zhao Liu wrote:
-GlobalProperty pc_compat_2_12[] = { - { TYPE_X86_CPU, "legacy-cache", "on" },It seems "legacy-cache" property could be deprecated later.
FTR I focus on machines and don't have enough X86 knowledge to understand the scope of each X86 CPU properties, I rather let these specific deprecation cleanups for developers more familiar with the X86 architecture.
- { TYPE_X86_CPU, "topoext", "off" }, - { "EPYC-" TYPE_X86_CPU, "xlevel", "0x8000000a" }, - { "EPYC-IBPB-" TYPE_X86_CPU, "xlevel", "0x8000000a" }, -}; -const size_t pc_compat_2_12_len = G_N_ELEMENTS(pc_compat_2_12);Thanks, Zhao
