[Qemu-devel] [PATCH v2.1] target-ppc: Add MMU model check for booke machines

2017-01-26 Thread Valentin Plotkin
From: Valentin Plotkin Machines bamboo, e500 and virtex-ml507 assume a certain MMU model, otherwise resulting in unpredictable behavior. Add apropriate checks into *_init functions. Signed-off-by: Valentin Plotkin --- hw/ppc/e500.c | 6 ++ hw/ppc/ppc440_bamboo.c | 6 ++ hw

[Qemu-devel] [PATCH v2] target-ppc: Add MMU model check for booke machines

2017-01-25 Thread Valentin Plotkin
Machines bamboo, e500 and virtex-ml507 assume a certain MMU model, otherwise resulting in unpredictable behavior. Add apropriate checks into *_init functions. Signed-off-by: Valentin --- hw/ppc/e500.c | 6 ++ hw/ppc/ppc440_bamboo.c | 6 ++ hw/ppc/virtex_ml507.c | 7 +++ 3

Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: MMU compatibility check.

2017-01-24 Thread Valentin Plotkin
On Tue, 24 Jan 2017, Thomas Huth wrote: Date: Tue, 24 Jan 2017 21:32:44 +0100 From: Thomas Huth To: Valentin Plotkin , qemu-triv...@nongnu.org Cc: qemu-...@nongnu.org, qemu-devel@nongnu.org Subject: Re: [Qemu-ppc] [PATCH] PPC: MMU compatibility check. On 24.01.2017 19:56, Valentin Plotkin

[Qemu-devel] [PATCH] PPC: MMU compatibility check.

2017-01-24 Thread Valentin Plotkin
exit(-1); +} + ppcemb_tlb_t *tlb = &env->tlb.tlbe[0]; tlb->attr = 0; -- 2.5.5 Valentin Plotkin calib...@sdf.org SDF Public Access UNIX System - http://sdf.org