[PATCH for-8.0 0/3] last minute tcg fixes

Richard Henderson posted 3 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
accel/tcg/cpu-exec.c      | 17 +++++++++++++----
accel/tcg/tcg-accel-ops.c |  2 +-
linux-user/elfload.c      | 37 ++++++++++---------------------------
3 files changed, 24 insertions(+), 32 deletions(-)
[PATCH for-8.0 0/3] last minute tcg fixes
Posted by Richard Henderson 1 year, 1 month ago
Fix a bug just exposed concerning qemu-arm commpage, leading to an
immediate crash on any 64k page host.  Fix two bugs regressing
pc-relative tb generation, found by Weiwei Li.


r~


Richard Henderson (2):
  Revert "linux-user/arm: Take more care allocating commpage"
  accel/tcg: Fix jump cache set in cpu_exec_loop

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 ++++++++++---------------------------
 3 files changed, 24 insertions(+), 32 deletions(-)

-- 
2.34.1
Re: [PATCH for-8.0 0/3] last minute tcg fixes
Posted by Richard Henderson 1 year, 1 month ago
Ping patch 2 & 3.

r~

On 3/31/23 21:51, Richard Henderson wrote:
> Fix a bug just exposed concerning qemu-arm commpage, leading to an
> immediate crash on any 64k page host.  Fix two bugs regressing
> pc-relative tb generation, found by Weiwei Li.
> 
> 
> r~
> 
> 
> Richard Henderson (2):
>    Revert "linux-user/arm: Take more care allocating commpage"
>    accel/tcg: Fix jump cache set in cpu_exec_loop
> 
> 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 ++++++++++---------------------------
>   3 files changed, 24 insertions(+), 32 deletions(-)
>