PowerKVM hosts must have SMT disabled in order to work, the extra CPU threads are disabled on the fly during the OS boot (in the later stages by the ppc64_cpu command).
Strange, I have checked /proc/cpuinfo and it only shows one enabled thread per core.
Each processor card has two processors:
http://www.ibmsystemsmag.com/linuxonpower/Trends/What-s-New/power8_configurations/
So the topology of the system is: 2 processor cards X 2 processors per card X 5 cores per processor X 1 enabled thread per core
> S822L: Two 10-core 3.42 GHz or 12-core 3.02 GHz POWER8 processor cards
ok then, ibm is confusing, i read that as each processor has 10 cores.
thanks for explanation!