Re: [PATCH v2 2/2] target/ppc: removed all mentions to PPC_DUMP_CPU

2021-05-28 Thread Richard Henderson
On 5/27/21 11:08 AM, Bruno Larsen (billionai) wrote: This feature will no longer be useful as ppc moves to using decotree for decodetree TCG. And building with it enabled is no longer possible, due to changes in opc_handler_t. Since the last commit that mentions it happened in 2014, I think i

[PATCH v2 2/2] target/ppc: removed all mentions to PPC_DUMP_CPU

2021-05-27 Thread Bruno Larsen (billionai)
This feature will no longer be useful as ppc moves to using decotree for TCG. And building with it enabled is no longer possible, due to changes in opc_handler_t. Since the last commit that mentions it happened in 2014, I think it is safe to remove it. Signed-off-by: Bruno Larsen (billionai) ---