qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/23] target/arm: tidy exception routing
@ 2022-06-09 20:28 Richard Henderson
  2022-06-09 20:28 ` [PATCH v3 01/23] target/arm: Mark exception helpers as noreturn Richard Henderson
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: Richard Henderson @ 2022-06-09 20:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm

This is mostly code movement at this point, out of headers
and into op_helper.c and debug_helper.c.

Changes for v3:
  * Drop helper_exception_advsimdfp_access.
  * Drop Rearrange Secure PL1 test in arm_debug_target_el.
  * Improve patch comment for helper_exception_swstep.

All patches are reviewed.


r~


Richard Henderson (23):
  target/arm: Mark exception helpers as noreturn
  target/arm: Add coproc parameter to syn_fp_access_trap
  target/arm: Move exception_target_el out of line
  target/arm: Move arm_singlestep_active out of line
  target/arm: Move arm_generate_debug_exceptions out of line
  target/arm: Use is_a64 in arm_generate_debug_exceptions
  target/arm: Move exception_bkpt_insn to debug_helper.c
  target/arm: Move arm_debug_exception_fsr to debug_helper.c
  target/arm: Rename helper_exception_with_syndrome
  target/arm: Introduce gen_exception_insn_el_v
  target/arm: Rename gen_exception_insn to gen_exception_insn_el
  target/arm: Introduce gen_exception_insn
  target/arm: Create helper_exception_swstep
  target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL
  target/arm: Move gen_exception to translate.c
  target/arm: Rename gen_exception to gen_exception_el
  target/arm: Introduce gen_exception
  target/arm: Introduce gen_exception_el_v
  target/arm: Introduce helper_exception_with_syndrome
  target/arm: Remove default_exception_el
  target/arm: Create raise_exception_debug
  target/arm: Move arm_debug_target_el to debug_helper.c
  target/arm: Fix Secure PL1 tests in fp_exception_el

 target/arm/cpu.h              | 128 +-------------------
 target/arm/helper.h           |   8 +-
 target/arm/internals.h        |  43 +------
 target/arm/syndrome.h         |   7 +-
 target/arm/translate.h        |  43 +------
 target/arm/debug_helper.c     | 220 ++++++++++++++++++++++++++++++++--
 target/arm/helper.c           |  35 ++----
 target/arm/op_helper.c        |  52 ++++----
 target/arm/translate-a64.c    |  34 ++----
 target/arm/translate-m-nocp.c |  15 ++-
 target/arm/translate-mve.c    |   3 +-
 target/arm/translate-vfp.c    |  18 ++-
 target/arm/translate.c        | 106 ++++++++--------
 13 files changed, 360 insertions(+), 352 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-06-10 12:55 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-09 20:28 [PATCH v3 00/23] target/arm: tidy exception routing Richard Henderson
2022-06-09 20:28 ` [PATCH v3 01/23] target/arm: Mark exception helpers as noreturn Richard Henderson
2022-06-09 20:28 ` [PATCH v3 02/23] target/arm: Add coproc parameter to syn_fp_access_trap Richard Henderson
2022-06-09 20:28 ` [PATCH v3 03/23] target/arm: Move exception_target_el out of line Richard Henderson
2022-06-09 20:28 ` [PATCH v3 04/23] target/arm: Move arm_singlestep_active " Richard Henderson
2022-06-09 20:28 ` [PATCH v3 05/23] target/arm: Move arm_generate_debug_exceptions " Richard Henderson
2022-06-09 20:28 ` [PATCH v3 06/23] target/arm: Use is_a64 in arm_generate_debug_exceptions Richard Henderson
2022-06-09 20:28 ` [PATCH v3 07/23] target/arm: Move exception_bkpt_insn to debug_helper.c Richard Henderson
2022-06-09 20:28 ` [PATCH v3 08/23] target/arm: Move arm_debug_exception_fsr " Richard Henderson
2022-06-09 20:28 ` [PATCH v3 09/23] target/arm: Rename helper_exception_with_syndrome Richard Henderson
2022-06-09 20:28 ` [PATCH v3 10/23] target/arm: Introduce gen_exception_insn_el_v Richard Henderson
2022-06-09 20:28 ` [PATCH v3 11/23] target/arm: Rename gen_exception_insn to gen_exception_insn_el Richard Henderson
2022-06-09 20:28 ` [PATCH v3 12/23] target/arm: Introduce gen_exception_insn Richard Henderson
2022-06-09 20:28 ` [PATCH v3 13/23] target/arm: Create helper_exception_swstep Richard Henderson
2022-06-09 20:28 ` [PATCH v3 14/23] target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL Richard Henderson
2022-06-09 20:28 ` [PATCH v3 15/23] target/arm: Move gen_exception to translate.c Richard Henderson
2022-06-09 20:28 ` [PATCH v3 16/23] target/arm: Rename gen_exception to gen_exception_el Richard Henderson
2022-06-09 20:28 ` [PATCH v3 17/23] target/arm: Introduce gen_exception Richard Henderson
2022-06-09 20:28 ` [PATCH v3 18/23] target/arm: Introduce gen_exception_el_v Richard Henderson
2022-06-09 20:28 ` [PATCH v3 19/23] target/arm: Introduce helper_exception_with_syndrome Richard Henderson
2022-06-09 20:28 ` [PATCH v3 20/23] target/arm: Remove default_exception_el Richard Henderson
2022-06-09 20:28 ` [PATCH v3 21/23] target/arm: Create raise_exception_debug Richard Henderson
2022-06-09 20:29 ` [PATCH v3 22/23] target/arm: Move arm_debug_target_el to debug_helper.c Richard Henderson
2022-06-09 20:29 ` [PATCH v3 23/23] target/arm: Fix Secure PL1 tests in fp_exception_el Richard Henderson
2022-06-10 12:52 ` [PATCH v3 00/23] target/arm: tidy exception routing Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).