[PULL 0/3] Linux user for 7.0 patches

Laurent Vivier posted 3 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220308150228.1616561-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/ppc/cpu_loop.c                   | 3 ++-
linux-user/signal.c                         | 2 --
tests/tcg/ppc64le/signal_save_restore_xer.c | 8 ++++----
3 files changed, 6 insertions(+), 7 deletions(-)
[PULL 0/3] Linux user for 7.0 patches
Posted by Laurent Vivier 2 years, 1 month ago
The following changes since commit f45cc81911adc7726e8a2801986b6998b91b816e:

  Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' into staging (2022-03-08 09:06:57 +0000)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.0-pull-request

for you to fetch changes up to 62089c849d49f92823c68624720cdac8fa4b43e0:

  tests/tcg/ppc64le: change signal_save_restore_xer to use SIGTRAP (2022-03-08 16:01:08 +0100)

----------------------------------------------------------------
linux-user pull request 20220308

deliver SIGTRAP on POWERPC_EXCP_TRAP
remove stale "not threadsafe" comments

----------------------------------------------------------------

Matheus Ferst (2):
  linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAP
  tests/tcg/ppc64le: change signal_save_restore_xer to use SIGTRAP

Peter Maydell (1):
  linux-user: Remove stale "not threadsafe" comments

 linux-user/ppc/cpu_loop.c                   | 3 ++-
 linux-user/signal.c                         | 2 --
 tests/tcg/ppc64le/signal_save_restore_xer.c | 8 ++++----
 3 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.35.1

Re: [PULL 0/3] Linux user for 7.0 patches
Posted by Peter Maydell 2 years, 1 month ago
On Tue, 8 Mar 2022 at 15:14, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit f45cc81911adc7726e8a2801986b6998b91b816e:
>
>   Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' into staging (2022-03-08 09:06:57 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.0-pull-request
>
> for you to fetch changes up to 62089c849d49f92823c68624720cdac8fa4b43e0:
>
>   tests/tcg/ppc64le: change signal_save_restore_xer to use SIGTRAP (2022-03-08 16:01:08 +0100)
>
> ----------------------------------------------------------------
> linux-user pull request 20220308
>
> deliver SIGTRAP on POWERPC_EXCP_TRAP
> remove stale "not threadsafe" comments
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM