[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] target/ppc: fixed GEN_OPCODE behavior when PPC_DUMP_CPU
From: |
address@hidden |
Subject: |
Re: [PATCH 1/5] target/ppc: fixed GEN_OPCODE behavior when PPC_DUMP_CPU is set |
Date: |
Thu, 27 May 2021 11:18:48 +1000 |
On Wed, May 26, 2021 at 02:24:51PM -0700, Richard Henderson wrote:
> On 5/26/21 2:13 PM, Luis Fernando Fujita Pires wrote:
> > From: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
> > > Before this patch, when PPC_DUMP_CPU is set, oname is added to
> > > opc_handler_t, but GEN_OPCODE* wouldn't set it unless DO_PPC_STATISTICS
> > > was set as well.
> > >
> > > This patch changes it so those changes would happen when PPC_DUMP_CPU is
> > > set, but not statistics, because the latter is being removed.
> > >
> > > Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
> > > ---
> > > target/ppc/translate.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > I suggest removing dump_ppc_insns() altogether and 'oname' along with it.
> >
> > Now that we're moving to decodetree, dump_ppc_insns() wouldn't show all the
> > available opcodes anyway. And the only other locations where 'oname' is
> > being used are when registering more than one handler for the same opcode
> > by mistake, which won't happen anymore, as any new instructions should use
> > decodetree.
>
> Agreed.
I'll wait for a follow up doing this then.
>
> r~
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
Re: [PATCH 2/5] target/ppc: remove ppc_cpu_dump_statistics, Greg Kurz, 2021/05/27