mbox

[PULL,0/4] linux-user patch queue

Message ID 20241105150348.446982-1-richard.henderson@linaro.org (mailing list archive)
State New
Headers show

Pull-request

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

Message

Richard Henderson Nov. 5, 2024, 3:03 p.m. UTC
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

Comments

Peter Maydell Nov. 6, 2024, 5:27 p.m. UTC | #1
On Tue, 5 Nov 2024 at 15:05, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> 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
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM