mbox

[PULL,00/10] tcg patch queue for rc2

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

Pull-request

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

Message

Richard Henderson July 31, 2023, 9:02 p.m. UTC
The following changes since commit 234320cd0573f286b5f5c95ee6d757cf003999e7:

  Merge tag 'pull-target-arm-20230731' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-07-31 08:33:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8b94ec53f367db7adcc9b59c483ce3e6c7bc3740:

  target/s390x: Move trans_exc_code update to do_program_interrupt (2023-07-31 12:19:13 -0700)

----------------------------------------------------------------
util/interval-tree: Access left/right/parent atomically
accel/tcg: Clear gen_tb on buffer overflow
bsd-user: Specify host page alignment if none specified
bsd-user: Allocate guest virtual address space
target/ppc: Disable goto_tb with architectural singlestep
target/s390x: Move trans_exc_code update to do_program_interrupt

----------------------------------------------------------------
Helge Deller (1):
      linux-user/armeb: Fix __kernel_cmpxchg() for armeb

Richard Henderson (8):
      util/interval-tree: Use qatomic_read for left/right while searching
      util/interval-tree: Use qatomic_set_mb in rb_link_node
      util/interval-tree: Introduce pc_parent
      util/interval-tree: Use qatomic_read/set for rb_parent_color
      accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow
      bsd-user: Allocate guest virtual address space
      target/ppc: Disable goto_tb with architectural singlestep
      target/s390x: Move trans_exc_code update to do_program_interrupt

Warner Losh (1):
      bsd-user: Specify host page alignment if none specified

 accel/tcg/translate-all.c      |  1 +
 bsd-user/main.c                | 48 ++++++++++++++++++++++---
 bsd-user/mmap.c                |  3 +-
 linux-user/arm/cpu_loop.c      |  9 +++--
 target/ppc/translate.c         |  3 ++
 target/s390x/tcg/excp_helper.c | 40 ++++++++++++++-------
 util/interval-tree.c           | 79 +++++++++++++++++++++++++-----------------
 7 files changed, 132 insertions(+), 51 deletions(-)

Comments

Richard Henderson Aug. 1, 2023, 4:08 a.m. UTC | #1
On 7/31/23 14:02, Richard Henderson wrote:
> The following changes since commit 234320cd0573f286b5f5c95ee6d757cf003999e7:
> 
>    Merge tag 'pull-target-arm-20230731' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-07-31 08:33:44 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230731
> 
> for you to fetch changes up to 8b94ec53f367db7adcc9b59c483ce3e6c7bc3740:
> 
>    target/s390x: Move trans_exc_code update to do_program_interrupt (2023-07-31 12:19:13 -0700)
> 
> ----------------------------------------------------------------
> util/interval-tree: Access left/right/parent atomically
> accel/tcg: Clear gen_tb on buffer overflow
> bsd-user: Specify host page alignment if none specified
> bsd-user: Allocate guest virtual address space
> target/ppc: Disable goto_tb with architectural singlestep
> target/s390x: Move trans_exc_code update to do_program_interrupt
> 
> ----------------------------------------------------------------
> Helge Deller (1):
>        linux-user/armeb: Fix __kernel_cmpxchg() for armeb
> 
> Richard Henderson (8):
>        util/interval-tree: Use qatomic_read for left/right while searching
>        util/interval-tree: Use qatomic_set_mb in rb_link_node
>        util/interval-tree: Introduce pc_parent
>        util/interval-tree: Use qatomic_read/set for rb_parent_color
>        accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow
>        bsd-user: Allocate guest virtual address space
>        target/ppc: Disable goto_tb with architectural singlestep
>        target/s390x: Move trans_exc_code update to do_program_interrupt
> 
> Warner Losh (1):
>        bsd-user: Specify host page alignment if none specified

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~


> 
>   accel/tcg/translate-all.c      |  1 +
>   bsd-user/main.c                | 48 ++++++++++++++++++++++---
>   bsd-user/mmap.c                |  3 +-
>   linux-user/arm/cpu_loop.c      |  9 +++--
>   target/ppc/translate.c         |  3 ++
>   target/s390x/tcg/excp_helper.c | 40 ++++++++++++++-------
>   util/interval-tree.c           | 79 +++++++++++++++++++++++++-----------------
>   7 files changed, 132 insertions(+), 51 deletions(-)