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

2017-01-25 Thread Edgar E. Iglesias
On Wed, Jan 25, 2017 at 02:50:30PM +, Valentin Plotkin wrote: > Machines bamboo, e500 and virtex-ml507 assume a certain MMU model, > otherwise resulting in unpredictable behavior. Add apropriate checks > into *_init functions. The Virtex part looks OK. I couldn't apply the patch with git am th

[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