qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] tci and macosx fixes
@ 2025-12-03 16:14 Richard Henderson
  2025-12-03 16:14 ` [PATCH v3 1/6] tcg: Zero extend 32-bit addresses for TCI Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Richard Henderson @ 2025-12-03 16:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd

Changes for v3:
  - Skip v2, re-posted by phil,
  - Drop any changes related to maybe_extend_addr64,
    since the atomics are using helpers already.
  - Drop some changes related to plugins.  This does
    duplicate some code, but simplifies temp management.
  - Don't extend for 32-bit tci hosts.
  - New fixes for other failures affecting macosx.


r~


Richard Henderson (6):
  tcg: Zero extend 32-bit addresses for TCI
  tcg/tci: Introduce INDEX_op_tci_qemu_{ld,st}_rrr
  tcg: Remove duplicate test from plugin_gen_mem_callbacks
  tcg/tci: Disable -Wundef FFI_GO_CLOSURES warning
  include/generic/host: Fix atomic128-cas.h.inc for Int128 structure
  include/aarch64/host: Fix atomic16_fetch_{and,or}

 include/tcg/helper-info.h                     | 12 +++
 tcg/tcg-op-ldst.c                             | 96 ++++++++++++++-----
 tcg/tci.c                                     | 19 ++++
 host/include/aarch64/host/atomic128-cas.h.inc | 12 +--
 host/include/generic/host/atomic128-cas.h.inc | 24 +++--
 tcg/tci/tcg-target-opc.h.inc                  |  2 +
 tcg/tci/tcg-target.c.inc                      | 14 ++-
 7 files changed, 138 insertions(+), 41 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-12-03 17:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 16:14 [PATCH v3 0/6] tci and macosx fixes Richard Henderson
2025-12-03 16:14 ` [PATCH v3 1/6] tcg: Zero extend 32-bit addresses for TCI Richard Henderson
2025-12-03 16:14 ` [PATCH v3 2/6] tcg/tci: Introduce INDEX_op_tci_qemu_{ld,st}_rrr Richard Henderson
2025-12-03 17:22   ` Philippe Mathieu-Daudé
2025-12-03 16:14 ` [PATCH v3 3/6] tcg: Remove duplicate test from plugin_gen_mem_callbacks Richard Henderson
2025-12-03 17:25   ` Philippe Mathieu-Daudé
2025-12-03 16:14 ` [PATCH v3 4/6] tcg/tci: Disable -Wundef FFI_GO_CLOSURES warning Richard Henderson
2025-12-03 17:21   ` Philippe Mathieu-Daudé
2025-12-03 16:14 ` [PATCH v3 5/6] include/generic/host: Fix atomic128-cas.h.inc for Int128 structure Richard Henderson
2025-12-03 17:28   ` Philippe Mathieu-Daudé
2025-12-03 16:14 ` [PATCH v3 6/6] include/aarch64/host: Fix atomic16_fetch_{and,or} Richard Henderson
2025-12-03 17:23   ` 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).