]> Git Repo - qemu.git/commit - target/i386/cpu.c
i386: Don't automatically enable FEAT_KVM_HINTS bits
authorEduardo Habkost <[email protected]>
Tue, 10 Apr 2018 21:15:34 +0000 (18:15 -0300)
committerEduardo Habkost <[email protected]>
Mon, 16 Apr 2018 16:36:52 +0000 (13:36 -0300)
commit0d914f39a77954bf5472b16130aeefe573a068f5
treebfbf4fcda57e91c664889f294ad31816112d7ef1
parent042f6a31af3d38eefc6ec995cce1d762c41d4515
i386: Don't automatically enable FEAT_KVM_HINTS bits

The assumption in the cpu->max_features code is that anything
enabled on GET_SUPPORTED_CPUID should be enabled on "-cpu host".
This shouldn't be the case for FEAT_KVM_HINTS.

This adds a new FeatureWordInfo::no_autoenable_flags field, that
can be used to prevent FEAT_KVM_HINTS bits to be enabled
automatically.

Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
Message-Id: <20180410211534[email protected]>
Tested-by: Wanpeng Li <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target/i386/cpu.c
This page took 0.027471 seconds and 4 git commands to generate.