From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL v2 0/8] tcg pach queue
Date: Tue, 23 Jan 2024 20:24:04 +1000 [thread overview]
Message-ID: <20240123102412.4569-1-richard.henderson@linaro.org> (raw)
v2: Dropped s390x test case, which gets mis-compiled with
some cross-compiler. Add tcg/arm fix.
r~
The following changes since commit 09be34717190c1620f0c6e5c8765b8da354aeb4b:
Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into staging (2024-01-20 17:22:16 +0000)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240123
for you to fetch changes up to 9f6523e8e4689cafdbed7c10b7cf7c775b5a607b:
tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct (2024-01-23 13:32:10 +1000)
----------------------------------------------------------------
tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
tcg: Clean up error paths in alloc_code_gen_buffer_splitwx_memfd
linux-user/riscv: Adjust vdso signal frame cfa offsets
linux-user: Fixed cpu restore with pc 0 on SIGBUS
----------------------------------------------------------------
Joseph Burt (1):
tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
Richard Henderson (2):
tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
linux-user/riscv: Adjust vdso signal frame cfa offsets
Robbin Ehn (1):
linux-user: Fixed cpu restore with pc 0 on SIGBUS
Samuel Tardieu (2):
tcg: Remove unreachable code
tcg: Make the cleanup-on-error path unique
Thomas Weißschuh (2):
linux-user/elfload: test return value of getrlimit
linux-user/elfload: check PR_GET_DUMPABLE before creating coredump
linux-user/elfload.c | 10 ++++++++--
linux-user/signal.c | 5 +++--
tcg/region.c | 10 ++++------
tcg/arm/tcg-target.c.inc | 3 +++
tcg/s390x/tcg-target.c.inc | 6 +++---
linux-user/riscv/vdso-32.so | Bin 2900 -> 2980 bytes
linux-user/riscv/vdso-64.so | Bin 3856 -> 3944 bytes
linux-user/riscv/vdso.S | 8 ++++----
8 files changed, 25 insertions(+), 17 deletions(-)
next reply other threads:[~2024-01-23 10:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-23 10:24 Richard Henderson [this message]
2024-01-23 10:24 ` [PULL v2 1/8] tcg: Remove unreachable code Richard Henderson
2024-01-23 10:24 ` [PULL v2 2/8] tcg: Make the cleanup-on-error path unique Richard Henderson
2024-01-23 10:24 ` [PULL v2 3/8] linux-user: Fixed cpu restore with pc 0 on SIGBUS Richard Henderson
2024-01-23 10:24 ` [PULL v2 4/8] tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns Richard Henderson
2024-01-23 10:24 ` [PULL v2 5/8] linux-user/riscv: Adjust vdso signal frame cfa offsets Richard Henderson
2024-01-23 10:24 ` [PULL v2 6/8] linux-user/elfload: test return value of getrlimit Richard Henderson
2024-01-23 10:24 ` [PULL v2 7/8] linux-user/elfload: check PR_GET_DUMPABLE before creating coredump Richard Henderson
2024-01-23 10:24 ` [PULL v2 8/8] tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct Richard Henderson
2024-01-25 15:11 ` [PULL v2 0/8] tcg pach 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=20240123102412.4569-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).