[PATCH v4 0/4] target/ppc: debug messages cleanup and decrementer fix

Cédric Le Goater posted 4 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210920061203.989563-1-clg@kaod.org
hw/ppc/ppc.c             | 211 ++++++++++++++-------------------------
target/ppc/excp_helper.c |  38 ++-----
hw/ppc/trace-events      |  22 +++-
target/ppc/trace-events  |   8 ++
4 files changed, 114 insertions(+), 165 deletions(-)
[PATCH v4 0/4] target/ppc: debug messages cleanup and decrementer fix
Posted by Cédric Le Goater 2 years, 6 months ago
Hello,

This series converts custom PPC debug messages in trace events. Last
patch is fix for the decrementer when using a 64-bit width.

Thanks,

C. 


Cédric Le Goater (4):
  target/ppc: Convert debug to trace events (exceptions)
  target/ppc: Replace debug messages by asserts for unknown IRQ pins
  target/ppc: Convert debug to trace events (decrementer and IRQ)
  target/ppc: Fix 64-bit decrementer

 hw/ppc/ppc.c             | 211 ++++++++++++++-------------------------
 target/ppc/excp_helper.c |  38 ++-----
 hw/ppc/trace-events      |  22 +++-
 target/ppc/trace-events  |   8 ++
 4 files changed, 114 insertions(+), 165 deletions(-)

-- 
2.31.1