mbox series

[v3,0/4] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU

Message ID 20210531145629.21300-1-bruno.larsen@eldorado.org.br (mailing list archive)
Headers show
Series target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU | expand

Message

Bruno Larsen (billionai) May 31, 2021, 2:56 p.m. UTC
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 v3:
 * Re-added patch that removed cpu_dump_statistics from hw/core/cpu
 * added HMP documentation patch to this series

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

Bruno Larsen (billionai) (4):
  hw/core/cpu: removed cpu_dump_statistics function
  HMP: added info cpustats to removed_features.rst
  target/ppc: removed GEN_OPCODE decision tree
  target/ppc: removed all mentions to PPC_DUMP_CPU

 docs/system/removed-features.rst |   5 +
 hw/core/cpu-common.c             |   9 --
 include/hw/core/cpu.h            |  12 --
 target/ppc/cpu_init.c            | 205 -------------------------------
 target/ppc/internal.h            |   2 -
 target/ppc/translate.c           | 184 ---------------------------
 6 files changed, 5 insertions(+), 412 deletions(-)

Comments

David Gibson June 1, 2021, 2:47 a.m. UTC | #1
On Mon, May 31, 2021 at 11:56:25AM -0300, Bruno Larsen (billionai) wrote:
> 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

Applied to ppc-for-6.1, thanks.

> 
> Changelog for v3:
>  * Re-added patch that removed cpu_dump_statistics from hw/core/cpu
>  * added HMP documentation patch to this series
> 
> Changelog for v2:
>  * removed patches that were already applied
>  * also removed PPC_DUMP_CPU functinality
> 
> Bruno Larsen (billionai) (4):
>   hw/core/cpu: removed cpu_dump_statistics function
>   HMP: added info cpustats to removed_features.rst
>   target/ppc: removed GEN_OPCODE decision tree
>   target/ppc: removed all mentions to PPC_DUMP_CPU
> 
>  docs/system/removed-features.rst |   5 +
>  hw/core/cpu-common.c             |   9 --
>  include/hw/core/cpu.h            |  12 --
>  target/ppc/cpu_init.c            | 205 -------------------------------
>  target/ppc/internal.h            |   2 -
>  target/ppc/translate.c           | 184 ---------------------------
>  6 files changed, 5 insertions(+), 412 deletions(-)
>