Re: [libvirt] [PATCH V1 1/2] cpu: Handle only high order 16 bits of PVR for IBM Power processors

2014-08-19 Thread Pradipta Kumar Banerjee
On 08/20/2014 09:02 AM, Martin Kletzander wrote: > On Tue, Aug 19, 2014 at 11:00:12PM +0530, Pradipta Kr. Banerjee wrote: >> IBM Power processors encode PVR as CPU family in higher 16 bits and a CPU >> version in lower 16 bits. Since there is no significant change in behavior >> between versions, t

Re: [libvirt] [PATCH V1 1/2] cpu: Handle only high order 16 bits of PVR for IBM Power processors

2014-08-19 Thread Martin Kletzander
On Tue, Aug 19, 2014 at 11:00:12PM +0530, Pradipta Kr. Banerjee wrote: IBM Power processors encode PVR as CPU family in higher 16 bits and a CPU version in lower 16 bits. Since there is no significant change in behavior between versions, there is no point to add every single CPU version in cpu_ma

[libvirt] [PATCH V1 1/2] cpu: Handle only high order 16 bits of PVR for IBM Power processors

2014-08-19 Thread Pradipta Kr. Banerjee
IBM Power processors encode PVR as CPU family in higher 16 bits and a CPU version in lower 16 bits. Since there is no significant change in behavior between versions, there is no point to add every single CPU version in cpu_map.xml and check for the same in cpu_powerpc.c Signed-off-by: Pradipta Kr