qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] accel/tcg: Remove qemu_tcg_mttcg_enabled()
@ 2023-06-29 12:02 Philippe Mathieu-Daudé
  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 12:02 ` [PATCH 2/2] accel/tcg: Replace qemu_tcg_mttcg_enabled() by mttcg_enabled Philippe Mathieu-Daudé
  0 siblings, 2 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-06-29 12:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marcel Apfelbaum, qemu-riscv, Bin Meng, Daniel Henrique Barboza,
	Richard Henderson, Yanan Wang, Alistair Francis, Paolo Bonzini,
	Philippe Mathieu-Daudé, Weiwei Li, Palmer Dabbelt,
	Eduardo Habkost, Liu Zhiwei

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-29 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 12:02 [PATCH 0/2] accel/tcg: Remove qemu_tcg_mttcg_enabled() Philippe Mathieu-Daudé
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é

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).