Re: [Qemu-devel] [PATCH v16 3/3] i386: Remove generic SMT thread check

2018-06-21 Thread Eduardo Habkost
On Tue, Jun 19, 2018 at 05:31:59PM -0400, Babu Moger wrote: > Remove generic non-intel check while validating hyperthreading support. > Certain AMD CPUs can support hyperthreading now. > > CPU family with TOPOEXT feature can support hyperthreading now. > > Signed-off-by: Babu Moger > Tested-by:

[Qemu-devel] [PATCH v16 3/3] i386: Remove generic SMT thread check

2018-06-19 Thread Babu Moger
Remove generic non-intel check while validating hyperthreading support. Certain AMD CPUs can support hyperthreading now. CPU family with TOPOEXT feature can support hyperthreading now. Signed-off-by: Babu Moger Tested-by: Geoffrey McRae Reviewed-by: Eduardo Habkost --- target/i386/cpu.c | 17