The first patch fixes an abort that I see when booting a mips64 kernel with the 2.4 branch with --enable-tcg-debug.
The second patch eliminates the observed symptom of the first patch, partially confirming the diagnosis that the errant insn is in fact data and not an instruction at all. The third patch reduces some unwanted noise from log files. r~ Richard Henderson (3): target-mips: Copy restrictions from ext/ins to dext/dins target-mips: Stop translation after unconditional exceptions target-mips: Use CPU_LOG_INT for logging related to interrupts target-mips/helper.c | 30 ++++++---------- target-mips/op_helper.c | 3 +- target-mips/translate.c | 91 +++++++++++++++++++++++++------------------------ 3 files changed, 60 insertions(+), 64 deletions(-) -- 2.4.3