qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/7] target/ppc: move opcode table logic to translate.c


From: Richard Henderson
Subject: Re: [PATCH v2 1/7] target/ppc: move opcode table logic to translate.c
Date: Thu, 29 Apr 2021 20:13:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/29/21 9:21 AM, Bruno Larsen (billionai) wrote:
code motion to remove opcode callback table from
translate_init.c.inc to translate.c in preparation to remove
the #include <translate_init.c.inc> from translate.c. Also created
destroy_ppc_opcodes and removed that logic from ppc_cpu_unrealize

Signed-off-by: Bruno Larsen (billionai)<bruno.larsen@eldorado.org.br>
---
  target/ppc/internal.h           |   8 +
  target/ppc/translate.c          | 394 ++++++++++++++++++++++++++++++++
  target/ppc/translate_init.c.inc | 391 +------------------------------
  3 files changed, 403 insertions(+), 390 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]