mbox

[PULL,for-7.2,0/2] tcg patch queue

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

Pull-request

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

Message

Richard Henderson Nov. 9, 2022, 7:02 a.m. UTC
The following changes since commit 60ab36907ded2918d33683f2b66f603b7400d8f3:

  Update VERSION for v7.2.0-rc0 (2022-11-08 15:53:41 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 344b63b380541a63c02ef7a8a6ae66cb0b6f0273:

  accel/tcg: Split out setjmp_gen_code (2022-11-09 12:29:03 +1100)

----------------------------------------------------------------
Fix -Werror=clobbered issue with tb_gen_code

----------------------------------------------------------------
Richard Henderson (2):
      tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
      accel/tcg: Split out setjmp_gen_code

 accel/tcg/translate-all.c | 68 +++++++++++++++++++++++------------------------
 tcg/tcg.c                 | 12 +++++++++
 2 files changed, 45 insertions(+), 35 deletions(-)

Comments

Stefan Hajnoczi Nov. 9, 2022, 8:46 p.m. UTC | #1
Applied, thanks.

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