qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 19/30] target/mips: Move sysemu TCG-specific code to tcg/s


From: Richard Henderson
Subject: Re: [PATCH v3 19/30] target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder
Date: Mon, 19 Apr 2021 12:34:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/19/21 12:18 PM, Philippe Mathieu-Daudé wrote:
Move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder,
adapting the Meson machinery.

Move the opcode definitions to tcg/sysemu_helper.h.inc.

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  target/mips/helper.h                      | 166 +--------------------
  target/mips/tcg/sysemu_helper.h.inc       | 168 ++++++++++++++++++++++
  target/mips/{ => tcg/sysemu}/cp0_helper.c |   0
  target/mips/{ => tcg/sysemu}/mips-semi.c  |   0
  target/mips/meson.build                   |   5 -
  target/mips/tcg/meson.build               |   3 +
  target/mips/tcg/sysemu/meson.build        |   4 +
  7 files changed, 179 insertions(+), 167 deletions(-)
  create mode 100644 target/mips/tcg/sysemu_helper.h.inc
  rename target/mips/{ => tcg/sysemu}/cp0_helper.c (100%)
  rename target/mips/{ => tcg/sysemu}/mips-semi.c (100%)
  create mode 100644 target/mips/tcg/sysemu/meson.build

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

r~




reply via email to

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