]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: handle filtered_features in a new function mark_unavailable_features
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Jul 2019 13:32:41 +0000 (15:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Oct 2019 16:49:19 +0000 (18:49 +0200)
commit245edd0cfb1481b7a0398cce45df23db50f00034
treef82c218420c6cb83be364cc081b0a88ae29f087a
parent9e5ef164911480c71388c1be3c638f231ca8f719
target/i386: handle filtered_features in a new function mark_unavailable_features

The next patch will add a different reason for filtering features, unrelated
to host feature support.  Extract a new function that takes care of disabling
the features and optionally reporting them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c