v4: - Separate hardware flags to mmu index and plv. - Fix return value of check fpe.
Rui Wang (2): target/loongarch: Adjust the layout of hardware flags bit fields target/loongarch: Fix emulation of float-point disable exception target/loongarch/cpu.c | 2 ++ target/loongarch/cpu.h | 29 ++++++++++------ .../loongarch/insn_trans/trans_farith.c.inc | 30 ++++++++++++++++ target/loongarch/insn_trans/trans_fcmp.c.inc | 11 ++++-- .../loongarch/insn_trans/trans_fmemory.c.inc | 34 +++++++++++++++---- target/loongarch/insn_trans/trans_fmov.c.inc | 29 ++++++++++++++-- .../insn_trans/trans_privileged.c.inc | 4 +-- target/loongarch/tlb_helper.c | 4 +-- target/loongarch/translate.c | 7 +++- target/loongarch/translate.h | 3 +- 10 files changed, 126 insertions(+), 27 deletions(-) -- 2.38.1