Re: [Qemu-devel] [PATCH v3] target-ppc: move POWER7+ to a separate family

2013-11-19 Thread Alexander Graf
On 19.11.2013, at 02:39, Alexey Kardashevskiy wrote: > So far POWER7+ was a part of POWER7 family. However it has a different > PVR base value so in order to support PVR masks, it needs a separate > family class. > > This adds a new family class, PVR base and mask values and moves > Power7+ v2.

[Qemu-devel] [PATCH v3] target-ppc: move POWER7+ to a separate family

2013-11-18 Thread Alexey Kardashevskiy
So far POWER7+ was a part of POWER7 family. However it has a different PVR base value so in order to support PVR masks, it needs a separate family class. This adds a new family class, PVR base and mask values and moves Power7+ v2.1 CPU to a new family. The class init function is copied from the PO