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

BALATON Zoltan posted 10 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1686522199.git.balaton@eik.bme.hu
Maintainers: Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
There is a newer version of this series
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(-)
[PATCH 00/10] Misc clean ups to target/ppc exception handling
Posted by BALATON Zoltan 11 months, 1 week ago
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(-)

-- 
2.30.9