]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: "unavailable-features" QOM property
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 22 Apr 2019 23:47:42 +0000 (20:47 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 11 Jun 2019 13:17:47 +0000 (10:17 -0300)
commit506174bf8219dc6d56d2b1f7e66e8cf39157466f
tree86bea19b5c450024edbb20f3d73cd3de2017be85
parent5a853fc57a0860da4a55d1448a77845f97e7a9be
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: <20190422234742.15780-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c