[PATCH v2 0/2] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU

Bruno Larsen (billionai) posted 2 patches 2 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
target/ppc/cpu_init.c  | 205 -----------------------------------------
target/ppc/internal.h  |   2 -
target/ppc/translate.c | 184 ------------------------------------
3 files changed, 391 deletions(-)
[PATCH v2 0/2] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU
Posted by Bruno Larsen (billionai) 2 years, 10 months ago
These 2 defines are being obsoleted as we move to decodetree, so they
were removed.

Also, upon further inspection, qemu already doesn't build with them
enabled, and probably hasn't for a while, and no one complained, so I
don't think they were actually being used.

Based-on: dgibson's ppc-for-6.1 tree

Changelog for v2:
 * removed patches that were already applied
 * also removed PPC_DUMP_CPU functinality

Bruno Larsen (billionai) (2):
  target/ppc: removed GEN_OPCODE decision tree
  target/ppc: removed all mentions to PPC_DUMP_CPU

 target/ppc/cpu_init.c  | 205 -----------------------------------------
 target/ppc/internal.h  |   2 -
 target/ppc/translate.c | 184 ------------------------------------
 3 files changed, 391 deletions(-)

-- 
2.17.1