Re: [Qemu-devel] [PATCH v7 9/9] i386: Remove generic SMT thread check

2018-05-07 Thread Eduardo Habkost
On Thu, Apr 26, 2018 at 11:26:49AM -0500, 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 v7 9/9] i386: Remove generic SMT thread check

2018-04-26 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 --- target/i386/cpu.c | 15 +-- 1 file change