qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] tcg + linux-user patch queue
@ 2024-10-08 18:51 Richard Henderson
  2024-10-08 18:51 ` [PULL 01/14] linux-user/flatload: Take mmap_lock in load_flt_binary() Richard Henderson
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Richard Henderson @ 2024-10-08 18:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit 2af37e791906cfda42cb9604a16d218e56994bb1:

  Merge tag 'pull-request-2024-10-07' of https://gitlab.com/thuth/qemu into staging (2024-10-07 12:55:02 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 25f4e71722417db1f7d5140847849197053b23dd:

  accel/tcg: Make page_set_flags() documentation public (2024-10-08 06:40:31 -0700)

----------------------------------------------------------------
linux-user: Fix parse_elf_properties GNU0_MAGIC check
linux-user: Various improvements to strace
linux-user: Add openat2 support
linux-user/flatload: Take mmap_lock in load_flt_binary()
accel/tcg: Make page_set_flags() documentation public
tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
target/m68k: Always return a temporary from gen_lea_mode

----------------------------------------------------------------
Ilya Leoshkevich (1):
      linux-user: Trace wait4()'s and waitpid()'s wstatus

Michael Vogt (2):
      linux-user: add openat2 support in linux-user
      linux-user: add strace support for openat2

Philippe Mathieu-Daudé (7):
      linux-user/flatload: Take mmap_lock in load_flt_binary()
      linux-user: Correct print_sockaddr() format
      linux-user: Display sockaddr buffer as pointer
      linux-user: Factor print_buf_len() out
      linux-user: Add strace for sendto()
      linux-user: Add strace for recvfrom()
      accel/tcg: Make page_set_flags() documentation public

Richard Henderson (4):
      linux-user: Fix parse_elf_properties GNU0_MAGIC check
      tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
      tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
      target/m68k: Always return a temporary from gen_lea_mode

 include/exec/cpu-all.h    |  13 ++++
 linux-user/qemu.h         |   9 +++
 linux-user/syscall_defs.h |  18 +++++
 accel/tcg/user-exec.c     |   5 --
 linux-user/elfload.c      |  12 ++--
 linux-user/flatload.c     |   3 +
 linux-user/strace.c       | 163 ++++++++++++++++++++++++++++++++++++++++++----
 linux-user/syscall.c      |  99 +++++++++++++++++++++++++++-
 target/m68k/translate.c   |  13 ++--
 linux-user/strace.list    |  13 ++--
 meson.build               |   1 +
 tcg/ppc/tcg-target.c.inc  |   8 +--
 12 files changed, 321 insertions(+), 36 deletions(-)


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

end of thread, other threads:[~2024-10-09 19:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 18:51 [PULL 00/14] tcg + linux-user patch queue Richard Henderson
2024-10-08 18:51 ` [PULL 01/14] linux-user/flatload: Take mmap_lock in load_flt_binary() Richard Henderson
2024-10-08 18:51 ` [PULL 02/14] linux-user: Fix parse_elf_properties GNU0_MAGIC check Richard Henderson
2024-10-08 18:51 ` [PULL 03/14] linux-user: add openat2 support in linux-user Richard Henderson
2024-10-08 18:51 ` [PULL 04/14] linux-user: add strace support for openat2 Richard Henderson
2024-10-08 18:51 ` [PULL 05/14] linux-user: Trace wait4()'s and waitpid()'s wstatus Richard Henderson
2024-10-08 18:51 ` [PULL 06/14] linux-user: Correct print_sockaddr() format Richard Henderson
2024-10-08 18:51 ` [PULL 07/14] linux-user: Display sockaddr buffer as pointer Richard Henderson
2024-10-08 18:51 ` [PULL 08/14] linux-user: Factor print_buf_len() out Richard Henderson
2024-10-08 18:51 ` [PULL 09/14] linux-user: Add strace for sendto() Richard Henderson
2024-10-08 18:51 ` [PULL 10/14] linux-user: Add strace for recvfrom() Richard Henderson
2024-10-08 18:51 ` [PULL 11/14] tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st Richard Henderson
2024-10-08 18:51 ` [PULL 12/14] tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr Richard Henderson
2024-10-08 18:51 ` [PULL 13/14] target/m68k: Always return a temporary from gen_lea_mode Richard Henderson
2024-10-08 18:51 ` [PULL 14/14] accel/tcg: Make page_set_flags() documentation public Richard Henderson
2024-10-09 19:11 ` [PULL 00/14] tcg + linux-user patch queue Peter Maydell

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