From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Song Gao <gaosong@loongson.cn>, qemu-devel@nongnu.org
Cc: richard.henderson@linaro.org, peter.maydell@linaro.org,
alex.bennee@linaro.org, pbonzini@redhat.com, maobibo@loongson.cn
Subject: Re: [PATCH v2 2/2] target/loongarch: move translate modules to tcg/
Date: Tue, 2 Jan 2024 10:45:28 +0100 [thread overview]
Message-ID: <c1dcff9a-a1e7-406f-ac3f-696e4222e7c9@linaro.org> (raw)
In-Reply-To: <20240102020200.3462097-2-gaosong@loongson.cn>
On 2/1/24 03:02, Song Gao wrote:
> Introduce the target/loongarch/tcg directory. Its purpose is to hold the TCG
> code that is selected by CONFIG_TCG
>
> Signed-off-by: Song Gao <gaosong@loongson.cn>
> ---
> target/loongarch/{ => tcg}/constant_timer.c | 0
> target/loongarch/{ => tcg}/csr_helper.c | 0
> target/loongarch/{ => tcg}/fpu_helper.c | 0
> target/loongarch/{ => tcg}/iocsr_helper.c | 0
> target/loongarch/{ => tcg}/op_helper.c | 0
> target/loongarch/{ => tcg}/tlb_helper.c | 0
> target/loongarch/{ => tcg}/translate.c | 0
> target/loongarch/{ => tcg}/vec_helper.c | 0
> .../{ => tcg}/insn_trans/trans_arith.c.inc | 0
> .../{ => tcg}/insn_trans/trans_atomic.c.inc | 0
> .../{ => tcg}/insn_trans/trans_bit.c.inc | 0
> .../{ => tcg}/insn_trans/trans_branch.c.inc | 0
> .../{ => tcg}/insn_trans/trans_extra.c.inc | 0
> .../{ => tcg}/insn_trans/trans_farith.c.inc | 0
> .../{ => tcg}/insn_trans/trans_fcmp.c.inc | 0
> .../{ => tcg}/insn_trans/trans_fcnv.c.inc | 0
> .../{ => tcg}/insn_trans/trans_fmemory.c.inc | 0
> .../{ => tcg}/insn_trans/trans_fmov.c.inc | 0
> .../{ => tcg}/insn_trans/trans_memory.c.inc | 0
> .../insn_trans/trans_privileged.c.inc | 0
> .../{ => tcg}/insn_trans/trans_shift.c.inc | 0
> .../{ => tcg}/insn_trans/trans_vec.c.inc | 0
> target/loongarch/meson.build | 15 +--------------
> target/loongarch/tcg/meson.build | 19 +++++++++++++++++++
> 24 files changed, 20 insertions(+), 14 deletions(-)
> create mode 100644 target/loongarch/tcg/meson.build
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2024-01-02 9:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 2:01 [PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss Song Gao
2024-01-02 2:02 ` [PATCH v2 2/2] target/loongarch: move translate modules to tcg/ Song Gao
2024-01-02 9:45 ` Philippe Mathieu-Daudé [this message]
2024-01-02 9:46 ` [PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss Philippe Mathieu-Daudé
2024-01-02 12:05 ` gaosong
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=c1dcff9a-a1e7-406f-ac3f-696e4222e7c9@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=gaosong@loongson.cn \
--cc=maobibo@loongson.cn \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).