Re: [Qemu-devel] [PATCH v2] target-ppc: Add pvr_match() callback

2014-07-03 Thread Alexander Graf
On 03.07.14 15:32, Alexey Kardashevskiy wrote: So far it was enough to have a base PVR value and mask per CPU family such as POWER7 or POWER8. However there CPUs which are completely architecturally compatible but have different PVRs such as POWER7/POWER7+ and POWER8/POWER8E. For these CPUs, top

[Qemu-devel] [PATCH v2] target-ppc: Add pvr_match() callback

2014-07-03 Thread Alexey Kardashevskiy
So far it was enough to have a base PVR value and mask per CPU family such as POWER7 or POWER8. However there CPUs which are completely architecturally compatible but have different PVRs such as POWER7/POWER7+ and POWER8/POWER8E. For these CPUs, top 16 bits are CPU family and low 16 bits are the ve