qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/10] tcg patch queue for rc2
@ 2023-07-31 21:02 Richard Henderson
  2023-07-31 21:02 ` [PULL 01/10] util/interval-tree: Use qatomic_read for left/right while searching Richard Henderson
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Richard Henderson @ 2023-07-31 21:02 UTC (permalink / raw)
  To: qemu-devel

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(-)


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-08-04 16:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 21:02 [PULL 00/10] tcg patch queue for rc2 Richard Henderson
2023-07-31 21:02 ` [PULL 01/10] util/interval-tree: Use qatomic_read for left/right while searching Richard Henderson
2023-07-31 21:02 ` [PULL 02/10] util/interval-tree: Use qatomic_set_mb in rb_link_node Richard Henderson
2023-08-04  9:02   ` Michael Tokarev
2023-08-04 13:41     ` Richard Henderson
2023-08-04 16:22       ` Michael Tokarev
2023-07-31 21:02 ` [PULL 03/10] util/interval-tree: Introduce pc_parent Richard Henderson
2023-07-31 21:02 ` [PULL 04/10] util/interval-tree: Use qatomic_read/set for rb_parent_color Richard Henderson
2023-07-31 21:02 ` [PULL 05/10] accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow Richard Henderson
2023-07-31 21:02 ` [PULL 06/10] bsd-user: Allocate guest virtual address space Richard Henderson
2023-07-31 21:02 ` [PULL 07/10] bsd-user: Specify host page alignment if none specified Richard Henderson
2023-07-31 21:02 ` [PULL 08/10] target/ppc: Disable goto_tb with architectural singlestep Richard Henderson
2023-08-01  6:05   ` Michael Tokarev
2023-08-01  6:08     ` Michael Tokarev
2023-07-31 21:02 ` [PULL 09/10] linux-user/armeb: Fix __kernel_cmpxchg() for armeb Richard Henderson
2023-07-31 21:02 ` [PULL 10/10] target/s390x: Move trans_exc_code update to do_program_interrupt Richard Henderson
2023-08-01  4:08 ` [PULL 00/10] tcg patch queue for rc2 Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).