Without that, reset from SLOF crashes in full emulation.
Reported-by: Thomas Huth <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
---
target-ppc/translate_init.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
index ae03065..fbf7705 100644
--- a/target-ppc/translate_init.c
+++ b/target-ppc/translate_init.c
@@ -10285,6 +10285,7 @@ static void ppc_cpu_reset(CPUState *s)
env->error_code = 0;
/* Flush all TLBs */
tlb_flush(env, 1);
+ tb_flush(env);
}
static void ppc_cpu_initfn(Object *obj)