The following changes since commit 00483d386901173e84c7965f9f0d678791a75e01:
Merge remote-tracking branch 'remotes/shorne/tags/or1k-pull-request' into staging (2022-02-28 11:27:16 +0000) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20220228 for you to fetch changes up to 2ccf40f00e3f29d85d4ff48a9a98870059002290: tcg/tci: Use tcg_out_ldst in tcg_out_st (2022-02-28 08:04:10 -1000) ---------------------------------------------------------------- Fix typecode generation for tcg helpers Fix single stepping into interrupt handlers Fix out-of-range offsets for stores in TCI ---------------------------------------------------------------- Luc Michel (1): accel/tcg/cpu-exec: Fix precise single-stepping after interrupt Richard Henderson (2): tcg: Remove dh_alias indirection for dh_typecode tcg/tci: Use tcg_out_ldst in tcg_out_st include/exec/helper-head.h | 19 ++++++++++--------- target/hppa/helper.h | 2 ++ target/i386/ops_sse_header.h | 3 +++ target/m68k/helper.h | 1 + target/ppc/helper.h | 3 +++ accel/tcg/cpu-exec.c | 8 ++++++-- tcg/tci/tcg-target.c.inc | 5 ++--- 7 files changed, 27 insertions(+), 14 deletions(-)