Re: [Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model

2013-08-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model

2013-08-05 Thread Benjamin Herrenschmidt
On Mon, 2013-08-05 at 10:24 +0200, Andreas Färber wrote: > Ben has pointed out that POWER5++ PVR-wise was a POWER5+ v3.0+ or so > and, according to you, POWER5++ is not just a revision with > hardware-only changes and a new marketing name. So no, it's not always > just the upper 16 bits. Also 4xx

Re: [Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model

2013-08-05 Thread Andreas Färber
Am 05.08.2013 07:43, schrieb Paul Mackerras: > On Fri, Aug 02, 2013 at 06:14:46PM +0200, Andreas Färber wrote: >> Am 02.08.2013 04:59, schrieb Alexey Kardashevskiy: >>> This patch adds CPU PVR definition for POWER7+. >>> >>> Signed-off-by: Alexey Kardashevskiy >>> --- >>> target-ppc/cpu-models.c

Re: [Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model

2013-08-04 Thread Paul Mackerras
On Fri, Aug 02, 2013 at 06:14:46PM +0200, Andreas Färber wrote: > Am 02.08.2013 04:59, schrieb Alexey Kardashevskiy: > > This patch adds CPU PVR definition for POWER7+. > > > > Signed-off-by: Alexey Kardashevskiy > > --- > > target-ppc/cpu-models.c | 2 ++ > > target-ppc/cpu-models.h | 1 + > >

Re: [Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model

2013-08-02 Thread Andreas Färber
Am 02.08.2013 04:59, schrieb Alexey Kardashevskiy: > This patch adds CPU PVR definition for POWER7+. > > Signed-off-by: Alexey Kardashevskiy > --- > target-ppc/cpu-models.c | 2 ++ > target-ppc/cpu-models.h | 1 + > 2 files changed, 3 insertions(+) > > diff --git a/target-ppc/cpu-models.c b/tar

[Qemu-devel] [PATCH] target-ppc: Add POWER7+ CPU model

2013-08-01 Thread Alexey Kardashevskiy
This patch adds CPU PVR definition for POWER7+. Signed-off-by: Alexey Kardashevskiy --- target-ppc/cpu-models.c | 2 ++ target-ppc/cpu-models.h | 1 + 2 files changed, 3 insertions(+) diff --git a/target-ppc/cpu-models.c b/target-ppc/cpu-models.c index 9578ed8..c97c183 100644 --- a/target-ppc/c