On Fri, May 30, 2025 at 14:08:25 +0200, Peter Krempa wrote:
The rest are CPU properties
DEFINE_PROP_BOOL("cpuid-0xb", X86CPU, enable_cpuid_0xb, true),
DEFINE_PROP_BOOL("fill-mtrr-mask", X86CPU, fill_mtrr_mask, true),
DEFINE_PROP_BOOL("full-cpuid-auto-level", X86CPU, full_cpuid_auto_level,
true),
which appear in our cpu test data but I'm not 100% sure how they are
used. Jirka, can you please comment?
None of these properties is directly used by libvirt for anything. They
can be removed anytime.
Jirka