[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] tcg patch queue
From: |
Richard Henderson |
Subject: |
[PULL 0/4] tcg patch queue |
Date: |
Thu, 12 Dec 2024 14:48:14 -0600 |
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(-)
- [PULL 0/4] tcg patch queue,
Richard Henderson <=
- [PULL 3/4] include/exec: Introduce fpst alias in helper-head.h.inc, Richard Henderson, 2024/12/12
- [PULL 2/4] tcg/riscv: Fix StoreStore barrier generation, Richard Henderson, 2024/12/12
- [PULL 1/4] tcg: Reset free_temps before tcg_optimize, Richard Henderson, 2024/12/12
- [PULL 4/4] target/sparc: Use memcpy() and remove memcpy32(), Richard Henderson, 2024/12/12
- Re: [PULL 0/4] tcg patch queue, Stefan Hajnoczi, 2024/12/12