qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 0/7] tcg + linux-user patch queue
Date: Fri, 29 Mar 2024 12:20:30 -1000	[thread overview]
Message-ID: <20240329222037.1735350-1-richard.henderson@linaro.org> (raw)

The following changes since commit 5012e522aca161be5c141596c66e5cc6082538a9:

  Update version for v9.0.0-rc1 release (2024-03-26 19:46:55 +0000)

are available in the Git repository at:

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

for you to fetch changes up to dafa0ecc97850c325fe85cd87dc0b536858d171a:

  accel/tcg: Use CPUState.get_pc in cpu_io_recompile (2024-03-29 12:16:00 -1000)

----------------------------------------------------------------
linux-user: Fix shmat(NULL) for host != guest page size
tcg/optimize: Fix sign_mask for logical right-shift
accel/tcg: Use CPUState.get_pc in cpu_io_recompile
disas: Show opcodes for target_disas and monitor_disas

----------------------------------------------------------------
Ilya Leoshkevich (4):
      linux-user: Fix semctl() strace
      linux-user: Fix shmat() strace
      linux-user: Fix shmat(NULL) for h != g
      tests/tcg: Test shmat(NULL)

Richard Henderson (3):
      tcg/optimize: Fix sign_mask for logical right-shift
      disas: Show opcodes for target_disas and monitor_disas
      accel/tcg: Use CPUState.get_pc in cpu_io_recompile

 accel/tcg/translate-all.c                    |  2 +-
 disas/disas-mon.c                            |  1 +
 disas/disas.c                                |  1 +
 linux-user/mmap.c                            |  2 +-
 linux-user/strace.c                          | 10 +++-----
 tcg/optimize.c                               |  2 +-
 tests/tcg/aarch64/test-2248.c                | 28 ++++++++++++++++++++
 tests/tcg/multiarch/linux/linux-shmat-null.c | 38 ++++++++++++++++++++++++++++
 tests/tcg/aarch64/Makefile.target            |  1 +
 9 files changed, 75 insertions(+), 10 deletions(-)
 create mode 100644 tests/tcg/aarch64/test-2248.c
 create mode 100644 tests/tcg/multiarch/linux/linux-shmat-null.c


             reply	other threads:[~2024-03-29 22:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29 22:20 Richard Henderson [this message]
2024-03-29 22:20 ` [PULL 1/7] linux-user: Fix semctl() strace Richard Henderson
2024-03-29 22:20 ` [PULL 2/7] linux-user: Fix shmat() strace Richard Henderson
2024-03-29 22:20 ` [PULL 3/7] linux-user: Fix shmat(NULL) for h != g Richard Henderson
2024-03-29 22:20 ` [PULL 4/7] tests/tcg: Test shmat(NULL) Richard Henderson
2024-03-29 22:20 ` [PULL 5/7] tcg/optimize: Fix sign_mask for logical right-shift Richard Henderson
2024-03-29 22:20 ` [PULL 6/7] disas: Show opcodes for target_disas and monitor_disas Richard Henderson
2024-03-29 22:20 ` [PULL 7/7] accel/tcg: Use CPUState.get_pc in cpu_io_recompile Richard Henderson
2024-03-31 15:42 ` [PULL 0/7] tcg + linux-user patch queue Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240329222037.1735350-1-richard.henderson@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).