Re: [PATCH v3 4/4] target/ppc: removed all mentions to PPC_DUMP_CPU

2021-05-31 Thread da...@gibson.dropbear.id.au
On Mon, May 31, 2021 at 05:46:07PM +, Luis Fernando Fujita Pires wrote: > From: 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

RE: [PATCH v3 4/4] target/ppc: removed all mentions to PPC_DUMP_CPU

2021-05-31 Thread Luis Fernando Fujita Pires
From: 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. >