All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
To: Song Gao <17746591750@163.com>, qemu-devel@nongnu.org
Cc: "Daniel P . Berrangé" <berrange@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Brian Cain" <brian.cain@oss.qualcomm.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	"Ilya Leoshkevich" <iii@linux.ibm.com>,
	"Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>,
	"Helge Deller" <deller@gmx.de>,
	"Gustavo Romero" <gustavo.romero@linaro.org>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>
Subject: Re: [PATCH v6 057/103] tests/tcg/loongarch64: system tests
Date: Wed, 5 Aug 2026 09:22:45 -0700	[thread overview]
Message-ID: <4604ff43-773a-4f19-bc1c-e17fed4cd077@oss.qualcomm.com> (raw)
In-Reply-To: <968d727e-35ea-81c1-ff99-75f7c6095677@163.com>

On 8/5/2026 2:15 AM, Song Gao wrote:
> 
> 在 2026/7/28 下午12:42, Pierrick Bouvier 写道:
>> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
>> ---
>>   tests/tcg/loongarch64/Makefile.softmmu-target | 33 -------------
>>   tests/tcg/loongarch64/meson.build             |  2 +
>>   tests/tcg/loongarch64/system/meson.build      | 47 +++++++++++++++++++
>>   3 files changed, 49 insertions(+), 33 deletions(-)
>>   delete mode 100644 tests/tcg/loongarch64/Makefile.softmmu-target
>>   create mode 100644 tests/tcg/loongarch64/system/meson.build
> Reviewed-by:  Song Gao <17746591750@163.com>
> 
> Thanks.
> Song Gao
Thanks for reviewing loongarch64 Song.🙏

Regards,
Pierrick


  reply	other threads:[~2026-08-05 16:23 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-28  4:41 [PATCH v6 000/103] tests/tcg: run tests with meson Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 001/103] tests/tcg/multiarch/system/memory.c: remove unused variable Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 002/103] tests/tcg/multiarch/plugin/check-plugin-output.sh: take test output as input Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 003/103] tests/tcg/multiarch/plugin: rename check-plugin-output to regex-compare Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 004/103] meson: bump minimal version to 1.6.0 Pierrick Bouvier
2026-08-10 21:59   ` Alex Bennée
2026-08-10 23:47     ` Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 005/103] tests/tcg: introduce meson.build Pierrick Bouvier
2026-08-10 22:10   ` Alex Bennée
2026-07-28  4:41 ` [PATCH v6 006/103] tests/tcg/meson.build: introduce exe_name Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 007/103] tests/tcg/meson.build: introduce test_name Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 008/103] tests/tcg/meson.build: introduce cflags Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 009/103] tests/tcg/meson.build: introduce qemu_args Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 010/103] tests/tcg/meson.build: introduce env_var Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 011/103] tests/tcg/plugins: build list of test_plugins Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 012/103] tests/tcg/meson.build: introduce plugin_test Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 013/103] tests/tcg/meson.build: test gdb support and introduce gdb_arch Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 014/103] tests/tcg/meson.build: introduce gdb_test Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 015/103] tests/tcg/meson.build: introduce wrapper Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 016/103] tests/tcg/meson.build: introduce expected_output Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 017/103] tests/tcg/meson.build: add wrapper run_and_check_forbidden_output Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 018/103] tests/tcg/meson.build: add wrapper run_with_input Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 019/103] tests/tcg/meson.build: add wrapper record_replay Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 020/103] tests/tcg/meson.build: add wrapper check_plugin_output Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 021/103] tests/tcg/meson.build: add logic to skip tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 022/103] tests/tcg/meson.build: introduce cc_feat and cc_feat_cflags Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 023/103] tests/tcg/meson.build: introduce gdb_feat and gdb_feat_version Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 024/103] tests/tcg/meson.build: move gdb_arch support check Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 025/103] tests/tcg/meson.build: let test infrastructure detect compiler Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 026/103] tests/docker/docker.py: return error code if probe fails Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 027/103] tests/docker/docker.py: remove "Image is up to date" info Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 028/103] tests/tcg/meson.build: introduce cc_dockerfile and cc_docker_host_arch Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 029/103] tests/tcg/meson.build: check host cross cc is working Pierrick Bouvier
2026-07-28  5:03   ` Philippe Mathieu-Daudé
2026-07-28  4:41 ` [PATCH v6 030/103] tests/tcg/meson.build: introduce depends Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 031/103] tests/tcg/meson.build: add top-level 'tcg-tests' target Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 032/103] tests/tcg/Makefile: skip user/system tests if target Makefile is not present Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 033/103] tests/tcg/multiarch/gdbstub/prot-none.py: deactivate on gitlab CI Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 034/103] tests/tcg/multiarch/gdbstub/prot-none.py: detect if /proc/self/mem can be used to access PROT_NONE pages Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 035/103] tests/tcg/multiarch: declare user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 036/103] tests/tcg/multiarch: declare system tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 037/103] tests/tcg/meson.build: add generic plugin tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 038/103] tests/tcg/arm/fcvt.c: use raw opcode for FPRCVT Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 039/103] tests/tcg/aarch64: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 040/103] tests/tcg/aarch64/system/gpc-test.c: remove unused variables Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 041/103] tests/tcg/aarch64: system tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 042/103] tests/tcg/aarch64_be: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 043/103] tests/tcg/alpha: add float reference files Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 044/103] tests/tcg/alpha: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 045/103] tests/tcg/alpha: system tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 046/103] tests/tcg/arm: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 047/103] tests/tcg/arm: system tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 048/103] tests/tcg/hexagon/overflow.c: add missing include Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 049/103] tests/tcg/hexagon: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 050/103] tests/tcg/multiarch/sha1.c: fix big endian implementation Pierrick Bouvier
2026-07-28  7:36   ` Philippe Mathieu-Daudé
2026-07-28  7:56     ` Pierrick Bouvier
2026-07-28  8:12       ` Philippe Mathieu-Daudé
2026-07-28  4:41 ` [PATCH v6 051/103] tests/tcg/hppa: add float reference files Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 052/103] tests/tcg/hppa: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 053/103] tests/tcg/i386: add missing float reference files Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 054/103] tests/tcg/i386: user tests Pierrick Bouvier
2026-07-28  4:41 ` [PATCH v6 055/103] tests/tcg/i386: system tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 056/103] tests/tcg/loongarch64: user tests Pierrick Bouvier
2026-08-05  9:14   ` Song Gao
2026-07-28  4:42 ` [PATCH v6 057/103] tests/tcg/loongarch64: system tests Pierrick Bouvier
2026-08-05  9:15   ` Song Gao
2026-08-05 16:22     ` Pierrick Bouvier [this message]
2026-07-28  4:42 ` [PATCH v6 058/103] tests/tcg/m68k: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 059/103] tests/tcg/m68k: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 060/103] scripts/probe-gdb-support.py: add mapping for mips architecture Pierrick Bouvier
2026-07-28  7:39   ` Philippe Mathieu-Daudé
2026-07-28  7:56     ` Pierrick Bouvier
2026-07-28  8:11       ` Philippe Mathieu-Daudé
2026-07-28  4:42 ` [PATCH v6 061/103] tests/tcg/mips: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 062/103] test/tcg/mips: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 063/103] tests/tcg/mips64: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 064/103] tests/tcg/mips64: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 065/103] tests/tcg/mips64el: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 066/103] tests/tcg/mips64el: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 067/103] tests/docker/dockerfiles/debian-all-test-cross.docker: add or1k toolchain Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 068/103] tests/tcg/or1k/test_addic.c: remove unused variables Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 069/103] tests/tcg/or1k/test_muli.c: remove set but unused variable Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 070/103] tests/tcg/or1k: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 071/103] plugins/api.c: identify or1k pc register and mark it as read only Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 072/103] tests/tcg/or1k: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 073/103] tests/tcg/ppc64: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 074/103] tests/tcg/ppc64: remove dependency on qemu/compiler.h Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 075/103] tests/tcg/ppc64: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 076/103] tests/tcg/ppc64le: add missing float reference file Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 077/103] tests/tcg/ppc64le: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 078/103] tests/tcg/riscv64: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 079/103] tests/tcg/riscv64: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 080/103] tests/tcg/riscv64: system tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 081/103] tests/tcg/s390x/head64.S: declare _exit symbol after main Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 082/103] tests/tcg/s390x: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 083/103] tests/tcg/s390x: user tests Pierrick Bouvier
2026-08-03 11:28   ` Ilya Leoshkevich
2026-07-28  4:42 ` [PATCH v6 084/103] tests/tcg/s390x/console.c: directly implement memcpy and memset Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 085/103] tests/tcg/s390x: system tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 086/103] tests/tcg/sh4: add float reference files Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 087/103] tests/tcg/sh4: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 088/103] tests/tcg/tricore: system tests Pierrick Bouvier
2026-08-10 21:57   ` Philippe Mathieu-Daudé
2026-07-28  4:42 ` [PATCH v6 089/103] tests/tcg/x86_64: add missing float reference file Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 090/103] tests/tcg/x86_64: user tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 091/103] tests/tcg/x86_64: system tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 092/103] tests/tcg/xtensa/crt.S: align .text section Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 093/103] tests/docker/dockerfiles/debian-xtensa-cross.docker: add test_kc705_be toolchain for xtensaeb Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 094/103] tests/tcg/xtensa: system tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 095/103] tests/tcg/xtensa: xtensaeb " Pierrick Bouvier
2026-07-28  5:06   ` Philippe Mathieu-Daudé
2026-07-28  7:56     ` Pierrick Bouvier
2026-07-28  8:12       ` Philippe Mathieu-Daudé
2026-07-28  4:42 ` [PATCH v6 096/103] tests: remove tcg tests machinery Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 097/103] tests/tcg: remove remaining Makefiles Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 098/103] configure: directly pass gdb path as a meson option Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 099/103] tests/tcg/meson.build: implement ./configure containers options Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 100/103] tests/tcg/meson.build: implement ./configure -cross-cc-* options Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 101/103] configure: remove cross_cc and gdb detection logic Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 102/103] meson.build: add summary for TCG tests Pierrick Bouvier
2026-07-28  4:42 ` [PATCH v6 103/103] docs/devel/testing/: update documentation Pierrick Bouvier
2026-07-28  4:58 ` [PATCH v6 000/103] tests/tcg: run tests with meson Pierrick Bouvier
2026-07-28  7:41   ` Philippe Mathieu-Daudé
2026-07-28  8:04     ` Pierrick Bouvier
2026-07-29 11:24 ` Aniket Sahu
2026-07-29 17:17   ` Pierrick Bouvier
2026-08-04 21:40 ` Pierrick Bouvier
2026-08-10 18:01   ` Pierrick Bouvier

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=4604ff43-773a-4f19-bc1c-e17fed4cd077@oss.qualcomm.com \
    --to=pierrick.bouvier@oss.qualcomm.com \
    --cc=17746591750@163.com \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=brian.cain@oss.qualcomm.com \
    --cc=deller@gmx.de \
    --cc=gustavo.romero@linaro.org \
    --cc=iii@linux.ibm.com \
    --cc=laurent@vivier.eu \
    --cc=manos.pitsidianakis@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=thuth@redhat.com \
    /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.