mbox series

[00/10] Misc clean ups to target/ppc exception handling

Message ID cover.1686522199.git.balaton@eik.bme.hu
Headers show
Series Misc clean ups to target/ppc exception handling | expand

Message

BALATON Zoltan June 11, 2023, 10:42 p.m. UTC
These are some small clean ups for target/ppc/excp_helper.c trying to
make this code a bit simpler. No functional change is intended.

Regards,
BALATON Zoltan

BALATON Zoltan (10):
  target/ppc: Remove some superfluous parentheses
  target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
  target/ppc: Move common check in exception handlers to a function
  target/ppc: Use env_cpu for cpu_abort in excp_helper
  target/ppc: Change parameter of cpu_interrupt_exittb() to an env
    pointer
  target/ppc: Readability improvements in exception handlers
  target/ppd: Remove unused define
  target/ppc: Fix gen_sc to use correct nip
  target/ppc: Simplify syscall exception handlers
  target/ppc: Get CPUState in one step

 target/ppc/cpu.h         |   1 +
 target/ppc/excp_helper.c | 510 +++++++++++----------------------------
 target/ppc/helper_regs.c |  15 +-
 target/ppc/helper_regs.h |   2 +-
 target/ppc/translate.c   |   9 +-
 5 files changed, 156 insertions(+), 381 deletions(-)