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

2017-01-31 Thread David Gibson
On Thu, Jan 26, 2017 at 10:15:59AM +, Valentin Plotkin wrote: > 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

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

2017-01-26 Thread Edgar E. Iglesias
On Thu, Jan 26, 2017 at 10:15:59AM +, Valentin Plotkin wrote: > 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. Thanks Valentin. Regarding the virtex

[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/ppc