mbox

[PULL,0/4] tcg patch queue

Message ID 20241212204818.2468583-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20241212

Message

Richard Henderson Dec. 12, 2024, 8:48 p.m. UTC
Pretty small still, but there are two patches that ought
to get backported to stable, so no point in delaying.

r~

The following changes since commit a5ba0a7e4e150d1350a041f0d0ef9ca6c8d7c307:

  Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into staging (2024-12-11 15:16:47 +0000)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20241212

for you to fetch changes up to 7ac87b14a92234b6a89b701b4043ad6cf8bdcccf:

  target/sparc: Use memcpy() and remove memcpy32() (2024-12-12 14:28:38 -0600)

----------------------------------------------------------------
tcg: Reset free_temps before tcg_optimize
tcg/riscv: Fix StoreStore barrier generation
include/exec: Introduce fpst alias in helper-head.h.inc
target/sparc: Use memcpy() and remove memcpy32()

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      target/sparc: Use memcpy() and remove memcpy32()

Richard Henderson (2):
      tcg: Reset free_temps before tcg_optimize
      include/exec: Introduce fpst alias in helper-head.h.inc

Roman Artemev (1):
      tcg/riscv: Fix StoreStore barrier generation

 include/tcg/tcg-temp-internal.h |  6 ++++++
 accel/tcg/plugin-gen.c          |  2 +-
 target/sparc/win_helper.c       | 26 ++++++++------------------
 tcg/tcg.c                       |  5 ++++-
 include/exec/helper-head.h.inc  |  3 +++
 tcg/riscv/tcg-target.c.inc      |  2 +-
 6 files changed, 23 insertions(+), 21 deletions(-)