[PULL 0/4] last minute tcg fixes

Richard Henderson posted 4 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
accel/tcg/cpu-exec.c         | 17 +++++++++++++----
accel/tcg/tcg-accel-ops.c    |  2 +-
linux-user/elfload.c         | 37 ++++++++++---------------------------
tcg/sparc64/tcg-target.c.inc | 30 ++++--------------------------
4 files changed, 28 insertions(+), 58 deletions(-)
[PULL 0/4] last minute tcg fixes
Posted by Richard Henderson 1 year, 1 month ago
The following changes since commit 51a6dc9d394098e8f4141fad869a1ee9585f54f8:

  Merge tag 'pull-target-arm-20230403' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-04-03 17:01:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1ffbe5d681b06ea95b1728fc556899f63834553a:

  tcg/sparc64: Disable direct linking for goto_tb (2023-04-04 08:43:04 -0700)

----------------------------------------------------------------
Revert "linux-user/arm: Take more care allocating commpage"
accel/tcg: Fix jump cache set in cpu_exec_loop
accel/tcg: Fix initialization of CF_PCREL in tcg_cflags
tcg/sparc64: Disable direct jumps from goto_tb

----------------------------------------------------------------
Richard Henderson (3):
      Revert "linux-user/arm: Take more care allocating commpage"
      accel/tcg: Fix jump cache set in cpu_exec_loop
      tcg/sparc64: Disable direct linking for goto_tb

Weiwei Li (1):
      accel/tcg: Fix overwrite problems of tcg_cflags

 accel/tcg/cpu-exec.c         | 17 +++++++++++++----
 accel/tcg/tcg-accel-ops.c    |  2 +-
 linux-user/elfload.c         | 37 ++++++++++---------------------------
 tcg/sparc64/tcg-target.c.inc | 30 ++++--------------------------
 4 files changed, 28 insertions(+), 58 deletions(-)
Re: [PULL 0/4] last minute tcg fixes
Posted by Peter Maydell 1 year, 1 month ago
On Tue, 4 Apr 2023 at 16:52, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 51a6dc9d394098e8f4141fad869a1ee9585f54f8:
>
>   Merge tag 'pull-target-arm-20230403' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-04-03 17:01:47 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230404
>
> for you to fetch changes up to 1ffbe5d681b06ea95b1728fc556899f63834553a:
>
>   tcg/sparc64: Disable direct linking for goto_tb (2023-04-04 08:43:04 -0700)
>
> ----------------------------------------------------------------
> Revert "linux-user/arm: Take more care allocating commpage"
> accel/tcg: Fix jump cache set in cpu_exec_loop
> accel/tcg: Fix initialization of CF_PCREL in tcg_cflags
> tcg/sparc64: Disable direct jumps from goto_tb
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM