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/4] linux-user patch queue
Date: Tue,  5 Nov 2024 15:03:44 +0000	[thread overview]
Message-ID: <20241105150348.446982-1-richard.henderson@linaro.org> (raw)

The following changes since commit 11b8920ed2093848f79f93d106afe8a69a61a523:

  Merge tag 'pull-request-2024-11-04' of https://gitlab.com/thuth/qemu into staging (2024-11-04 17:37:59 +0000)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-lu-20241105

for you to fetch changes up to 6f58b090328f5b47ee688c77542bf20d521239a2:

  tests/tcg: Add SIGRTMIN/SIGRTMAX test (2024-11-05 10:36:08 +0000)

----------------------------------------------------------------
tests/tcg: Replace -mpower8-vector with -mcpu=power8
linux-user: Fix GDB complaining about system-supplied DSO string table index
linux-user: Allow custom rt signal mappings

----------------------------------------------------------------
Ilya Leoshkevich (4):
      tests/tcg: Replace -mpower8-vector with -mcpu=power8
      linux-user: Fix GDB complaining about system-supplied DSO string table index
      linux-user: Allow custom rt signal mappings
      tests/tcg: Add SIGRTMIN/SIGRTMAX test

 linux-user/signal-common.h                    |   2 +-
 linux-user/gen-vdso.c                         |  40 +++++-----
 linux-user/main.c                             |  12 ++-
 linux-user/signal.c                           | 108 +++++++++++++++++++++-----
 tests/tcg/multiarch/linux/linux-sigrtminmax.c |  74 ++++++++++++++++++
 linux-user/gen-vdso-elfn.c.inc                |  98 +++++++++++++++--------
 meson.build                                   |   3 +-
 meson_options.txt                             |   2 +
 scripts/meson-buildoptions.sh                 |   2 +
 tests/tcg/Makefile.target                     |   4 +-
 tests/tcg/ppc64/Makefile.target               |  10 +--
 11 files changed, 274 insertions(+), 81 deletions(-)
 create mode 100644 tests/tcg/multiarch/linux/linux-sigrtminmax.c


             reply	other threads:[~2024-11-05 15:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05 15:03 Richard Henderson [this message]
2024-11-05 15:03 ` [PULL 1/4] tests/tcg: Replace -mpower8-vector with -mcpu=power8 Richard Henderson
2024-11-05 15:03 ` [PULL 2/4] linux-user: Fix GDB complaining about system-supplied DSO string table index Richard Henderson
2024-11-05 15:03 ` [PULL 3/4] linux-user: Allow custom rt signal mappings Richard Henderson
2024-11-05 15:03 ` [PULL 4/4] tests/tcg: Add SIGRTMIN/SIGRTMAX test Richard Henderson
2024-11-06 17:27 ` [PULL 0/4] 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=20241105150348.446982-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).