Comment 3 for bug 1841066

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

That identified:
506174bf8219dc6d56d2b1f7e66e8cf39157466f is the first bad commit
commit 506174bf8219dc6d56d2b1f7e66e8cf39157466f
Author: Eduardo Habkost <email address hidden>
Date: Mon Apr 22 20:47:42 2019 -0300

    i386: "unavailable-features" QOM property

    Add a "unavailable-features" QOM property to X86CPU objects that
    have the same semantics of "unavailable-features" on
    query-cpu-definitions. The new property has the same goal of
    "filtered-features", but is generic enough to let any kind of CPU
    feature to be listed there without relying on low level details
    like CPUID leaves or MSR numbers.

    Message-Id: <email address hidden>
    Signed-off-by: Eduardo Habkost <email address hidden>