From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
qemu-riscv@nongnu.org, "Bin Meng" <bin.meng@windriver.com>,
"Daniel Henrique Barboza" <dbarboza@ventanamicro.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Yanan Wang" <wangyanan55@huawei.com>,
"Alistair Francis" <alistair.francis@wdc.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Weiwei Li" <liweiwei@iscas.ac.cn>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Liu Zhiwei" <zhiwei_liu@linux.alibaba.com>
Subject: [PATCH 0/2] accel/tcg: Remove qemu_tcg_mttcg_enabled()
Date: Thu, 29 Jun 2023 14:02:53 +0200 [thread overview]
Message-ID: <20230629120255.85581-1-philmd@linaro.org> (raw)
Remove qemu_tcg_mttcg_enabled():
- check for CF_PARALLEL in riscv cpu_init(),
- directly check 'mttcg_enabled' in TCG code.
Philippe Mathieu-Daudé (2):
target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled
accel/tcg: Replace qemu_tcg_mttcg_enabled() by mttcg_enabled
accel/tcg/tcg-accel-ops-mttcg.h | 8 ++++++++
include/hw/core/cpu.h | 9 ---------
accel/tcg/tcg-accel-ops.c | 2 +-
target/riscv/cpu.c | 2 +-
tcg/region.c | 3 ++-
5 files changed, 12 insertions(+), 12 deletions(-)
--
2.38.1
next reply other threads:[~2023-06-29 12:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 12:02 Philippe Mathieu-Daudé [this message]
2023-06-29 12:02 ` [PATCH 1/2] target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled Philippe Mathieu-Daudé
2023-06-29 16:26 ` Alex Bennée
2023-06-29 21:12 ` Philippe Mathieu-Daudé
2023-06-29 12:02 ` [PATCH 2/2] accel/tcg: Replace qemu_tcg_mttcg_enabled() by mttcg_enabled Philippe Mathieu-Daudé
2023-06-29 12:03 ` Philippe Mathieu-Daudé
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=20230629120255.85581-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=bin.meng@windriver.com \
--cc=dbarboza@ventanamicro.com \
--cc=eduardo@habkost.net \
--cc=liweiwei@iscas.ac.cn \
--cc=marcel.apfelbaum@gmail.com \
--cc=palmer@dabbelt.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=wangyanan55@huawei.com \
--cc=zhiwei_liu@linux.alibaba.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 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).