Re: [PATCH 3/3] target/ppc: Set 601v exception model id

2021-12-08 Thread Cédric Le Goater
On 12/8/21 13:30, Fabiano Rosas wrote: The exception model id for 601v has been removed without mention why. I assume it was inadvertent and restore it here. Fixes: b632a148b6 ("target-ppc: Use QOM method dispatch for MMU fault handling") Signed-off-by: Fabiano Rosas Reviewed-by: Cédric Le Go

[PATCH 3/3] target/ppc: Set 601v exception model id

2021-12-08 Thread Fabiano Rosas
The exception model id for 601v has been removed without mention why. I assume it was inadvertent and restore it here. Fixes: b632a148b6 ("target-ppc: Use QOM method dispatch for MMU fault handling") Signed-off-by: Fabiano Rosas --- target/ppc/cpu_init.c | 1 + 1 file changed, 1 insertion(+) di