qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] accel/tcg: Build translate-all, tcg-all twice
@ 2025-04-30 23:06 Richard Henderson
  2025-04-30 23:06 ` [PATCH 1/6] tcg: Define INSN_START_WORDS as constant 3 Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Richard Henderson @ 2025-04-30 23:06 UTC (permalink / raw)
  To: qemu-devel

Based-on: 20250430164854.2233995-1-richard.henderson@linaro.org
("[PATCH v2 00/16] accel/tcg: Compile cpu-exec.c twice")
Based-on: 20250403234914.9154-6-philmd@linaro.org
("RFC PATCH-for-10.1 05/19] qemu: Introduce target_long_bits()")

The finish line for accel/tcg is in sight...

r~

Richard Henderson (6):
  tcg: Define INSN_START_WORDS as constant 3
  accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
  accel/tcg: Use target_long_bits() in translate-all.c
  accel/tcg: Build translate-all.c twice
  accel/tcg: Build tcg-all.c twice
  accel/tcg: Use vaddr in cpu_loop.h

 include/tcg/insn-start-words.h | 11 +++----
 include/tcg/tcg-op.h           | 17 +++++++++--
 include/tcg/tcg-opc.h          |  3 +-
 include/tcg/tcg.h              | 12 +++++---
 include/user/cpu_loop.h        | 12 +++-----
 accel/tcg/tcg-all.c            |  6 +---
 accel/tcg/translate-all.c      | 56 ++++++++--------------------------
 accel/tcg/user-exec.c          |  2 +-
 linux-user/signal.c            |  4 +--
 target/i386/helper.c           |  2 +-
 target/openrisc/sys_helper.c   |  2 +-
 tcg/perf.c                     |  5 ++-
 tcg/tcg.c                      | 12 +++-----
 accel/tcg/meson.build          |  6 ++--
 14 files changed, 59 insertions(+), 91 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-05-01 12:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30 23:06 [PATCH 0/6] accel/tcg: Build translate-all, tcg-all twice Richard Henderson
2025-04-30 23:06 ` [PATCH 1/6] tcg: Define INSN_START_WORDS as constant 3 Richard Henderson
2025-05-01  6:31   ` Pierrick Bouvier
2025-04-30 23:06 ` [PATCH 2/6] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128 Richard Henderson
2025-05-01  6:31   ` Pierrick Bouvier
2025-05-01 12:37   ` Philippe Mathieu-Daudé
2025-04-30 23:06 ` [PATCH 3/6] accel/tcg: Use target_long_bits() in translate-all.c Richard Henderson
2025-05-01  6:31   ` Pierrick Bouvier
2025-04-30 23:06 ` [PATCH 4/6] accel/tcg: Build translate-all.c twice Richard Henderson
2025-05-01  6:32   ` Pierrick Bouvier
2025-04-30 23:06 ` [PATCH 5/6] accel/tcg: Build tcg-all.c twice Richard Henderson
2025-05-01  6:33   ` Pierrick Bouvier
2025-04-30 23:06 ` [PATCH 6/6] accel/tcg: Use vaddr in cpu_loop.h Richard Henderson
2025-05-01  6:33   ` Pierrick Bouvier

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