[PATCH for-7.0 0/3] target/m68k: Implement conditional traps

Richard Henderson posted 3 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211130103752.72099-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
target/m68k/cpu.h       |  2 ++
target/m68k/cpu.c       |  1 +
target/m68k/translate.c | 76 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+)
[PATCH for-7.0 0/3] target/m68k: Implement conditional traps
Posted by Richard Henderson 2 years, 3 months ago
While looking at #754 for trapcc, I noticed that the other
conditional traps, trapv and ftrapcc, are also missing.


r~


Richard Henderson (3):
  target/m68k: Implement TRAPV
  target/m68k: Implement TRAPcc
  target/m68k: Implement FTRAPcc

 target/m68k/cpu.h       |  2 ++
 target/m68k/cpu.c       |  1 +
 target/m68k/translate.c | 76 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+)

-- 
2.25.1