On Fri, Nov 08, 2019 at 01:02:28PM +0000, Peter Maydell wrote:
On Fri, 8 Nov 2019 at 12:46, David Hildenbrand <address@hidden> wrote:
There is a small but important difference between "max"/"host" and
"best". Max really means "all features", including deprecated ones.
"best", however, can disable experimental or deprecated features. Or any
other features we don't want to be enabled when somebody selects a model
manually.
On x86, this is implemented by "host". "max" gives you the full
set of features that can be enabled by the user. "host" gives
you a reasonable set of features you will want to see enabled by
default when the user says "use the host CPU".