Re: [Qemu-devel] [RFC PATCH 10/12] ppc: Add 460EX embedded CPU

2017-08-13 Thread David Gibson
On Sun, Aug 13, 2017 at 07:04:38PM +0200, BALATON Zoltan wrote: > Despite its name it is a 440 core CPU > > Signed-off-by: BALATON Zoltan Reviewed-by: David Gibson > --- > target/ppc/cpu-models.c | 3 +++ > target/ppc/cpu-models.h | 1 + > target/ppc/translate_init.c | 38 ++

[Qemu-devel] [RFC PATCH 10/12] ppc: Add 460EX embedded CPU

2017-08-13 Thread BALATON Zoltan
Despite its name it is a 440 core CPU Signed-off-by: BALATON Zoltan --- target/ppc/cpu-models.c | 3 +++ target/ppc/cpu-models.h | 1 + target/ppc/translate_init.c | 38 ++ 3 files changed, 42 insertions(+) diff --git a/target/ppc/cpu-models.c b/tar