On Thu, May 12, 2016 at 07:24:26PM +0200, Radim Krčmář wrote: > I looked at a dozen Intel CPU that have this CPUID and all of them > always had Core offset as 1 (a wasted bit when hyperthreading is > disabled) and Package offset at least 4 (wasted bits at <= 4 cores). > > QEMU uses more compact IDs and it doesn't make much sense to change it > now. I keep the SMT and Core sub-leaves even if there is just one > thread/core; it makes the code simpler and there should be no harm. > > Signed-off-by: Radim Krčmář <rkrc...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Applied to x86-next. -- Eduardo