On 05/07/19 22:37, Eduardo Habkost wrote: > Filtering and reporting is separate because > x86_cpu_filter_features() is also called from a QMP command > handler that is not supposed to generate any warnings on stderr > (query-cpu-model-expansion).
But that one should not set check_cpuid or enforce_cpuid, should it? (I can still split the filtering and reporting if you prefer). Paolo