qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/4] linux-user patch queue
@ 2024-11-05 15:03 Richard Henderson
  2024-11-05 15:03 ` [PULL 1/4] tests/tcg: Replace -mpower8-vector with -mcpu=power8 Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Henderson @ 2024-11-05 15:03 UTC (permalink / raw)
  To: qemu-devel

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


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

end of thread, other threads:[~2024-11-06 17:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 15:03 [PULL 0/4] linux-user patch queue Richard Henderson
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

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