All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luis Fernando Fujita Pires <luis.pires@eldorado.org.br>
To: Bruno Piazera Larsen <bruno.larsen@eldorado.org.br>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Cc: "farosas@linux.ibm.com" <farosas@linux.ibm.com>,
	"richard.henderson@linaro.org" <richard.henderson@linaro.org>,
	Greg Kurz <groug@kaod.org>,
	Lucas Mateus Martins Araujo e Castro
	<lucas.araujo@eldorado.org.br>,
	Fernando Eckhardt Valle <fernando.valle@eldorado.org.br>,
	"qemu-ppc@nongnu.org" <qemu-ppc@nongnu.org>,
	Matheus Kowalczuk Ferst <matheus.ferst@eldorado.org.br>,
	"david@gibson.dropbear.id.au" <david@gibson.dropbear.id.au>
Subject: RE: [PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree
Date: Mon, 31 May 2021 17:42:37 +0000	[thread overview]
Message-ID: <CP2PR80MB36685E37AB945E5BA83510B2DA3F9@CP2PR80MB3668.lamprd80.prod.outlook.com> (raw)
In-Reply-To: <20210531145629.21300-4-bruno.larsen@eldorado.org.br>

From: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
>      .opc1 = op1,                                                              \
> @@ -1353,7 +1352,6 @@ typedef struct opcode_t {
>          .type = _typ,                                                         \
>          .type2 = _typ2,                                                       \
>          .handler = &gen_##name,                                               \
> -        .oname = stringify(name),                                             \
>      },                                                                        \
>      .oname = stringify(name),                                                 \
>  }

I guess you could remove oname from opcode_t too, now that it's not being used anywhere.

--
Luis Pires
Instituto de Pesquisas ELDORADO 
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>



  reply	other threads:[~2021-05-31 17:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 14:56 [PATCH v3 0/4] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU Bruno Larsen (billionai)
2021-05-31 14:56 ` [PATCH v3 1/4] hw/core/cpu: removed cpu_dump_statistics function Bruno Larsen (billionai)
2021-05-31 14:56 ` [PATCH v3 2/4] HMP: added info cpustats to removed_features.rst Bruno Larsen (billionai)
2021-05-31 17:52   ` Bruno Piazera Larsen
2021-05-31 14:56 ` [PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree Bruno Larsen (billionai)
2021-05-31 17:42   ` Luis Fernando Fujita Pires [this message]
2021-05-31 14:56 ` [PATCH v3 4/4] target/ppc: removed all mentions to PPC_DUMP_CPU Bruno Larsen (billionai)
2021-05-31 17:46   ` Luis Fernando Fujita Pires
2021-06-01  2:47     ` david
2021-06-01  2:47 ` [PATCH v3 0/4] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CP2PR80MB36685E37AB945E5BA83510B2DA3F9@CP2PR80MB3668.lamprd80.prod.outlook.com \
    --to=luis.pires@eldorado.org.br \
    --cc=bruno.larsen@eldorado.org.br \
    --cc=david@gibson.dropbear.id.au \
    --cc=farosas@linux.ibm.com \
    --cc=fernando.valle@eldorado.org.br \
    --cc=groug@kaod.org \
    --cc=lucas.araujo@eldorado.org.br \
    --cc=matheus.ferst@eldorado.org.br \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.