mbox

[PULL,0/3] tcg+sparc patch queue

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

Pull-request

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

Message

Richard Henderson Nov. 14, 2023, 7:26 p.m. UTC
The following changes since commit 6d44474b3b47af21c7b01f3ad781373f1a6a2d78:

  Merge tag 'pull-request-2023-11-14' of https://gitlab.com/thuth/qemu into staging (2023-11-14 10:50:22 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 0dfae4f94813995c365bfabac22cba1cea8758bd:

  target/sparc: Fix RETURN (2023-11-14 10:40:54 -0800)

----------------------------------------------------------------
accel/tcg: Forward probe size on to notdirty_write
accel/tcg: Remove CF_LAST_IO
target/sparc: Fix RETURN

----------------------------------------------------------------
Jessica Clarke (1):
      accel/tcg: Forward probe size on to notdirty_write

Richard Henderson (2):
      accel/tcg: Remove CF_LAST_IO
      target/sparc: Fix RETURN

 docs/devel/tcg-icount.rst        |  6 ------
 include/exec/translation-block.h | 13 ++++++-------
 accel/tcg/cpu-exec.c             |  2 +-
 accel/tcg/cputlb.c               | 11 +++++++----
 accel/tcg/tb-maint.c             |  6 ++----
 accel/tcg/translate-all.c        |  4 ++--
 accel/tcg/translator.c           | 22 +++++++++-------------
 system/watchpoint.c              |  6 ++----
 target/sparc/translate.c         |  2 +-
 9 files changed, 30 insertions(+), 42 deletions(-)

Comments

Stefan Hajnoczi Nov. 15, 2023, 6:33 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.