Re: [PATCH] target/i386: enable monitor and ucode revision with -cpu max

2020-02-12 Thread Eduardo Habkost
On Wed, Feb 12, 2020 at 04:23:29PM +0100, Paolo Bonzini wrote: > These two features were incorrectly tied to host_cpuid_required rather than > cpu->max_features. As a result, -cpu max was not enabling either MONITOR > features or ucode revision. > > Signed-off-by: Paolo Bonzini Reviewed-by:

[PATCH] target/i386: enable monitor and ucode revision with -cpu max

2020-02-12 Thread Paolo Bonzini
These two features were incorrectly tied to host_cpuid_required rather than cpu->max_features. As a result, -cpu max was not enabling either MONITOR features or ucode revision. Signed-off-by: Paolo Bonzini --- target/i386/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git