Re: [Qemu-devel] [PATCH v6] powerpc: add PVR mask support

2013-09-05 Thread Alexey Kardashevskiy
On 09/05/2013 11:18 PM, Andreas Färber wrote: > Am 05.09.2013 08:01, schrieb Alexey Kardashevskiy: >> IBM POWERPC processors encode PVR as a 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

Re: [Qemu-devel] [PATCH v6] powerpc: add PVR mask support

2013-09-05 Thread Andreas Färber
Am 05.09.2013 08:01, schrieb Alexey Kardashevskiy: > IBM POWERPC processors encode PVR as a 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 QEMU's CPU list.

[Qemu-devel] [PATCH v6] powerpc: add PVR mask support

2013-09-04 Thread Alexey Kardashevskiy
IBM POWERPC processors encode PVR as a 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 QEMU's CPU list. Also, new CPU versions of already supported CPU won't brea