qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] target-mips fixes


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/3] target-mips fixes
Date: Mon, 3 Aug 2015 11:49:09 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]