mbox

[PULL,0/3] Linux user for 5.2 patches

Message ID 20201110083034.224832-1-laurent@vivier.eu
State New
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request

Message

Laurent Vivier Nov. 10, 2020, 8:30 a.m. UTC
The following changes since commit 43afbbd9fea1b255cc81f5f4bfd0b6a88826c735:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-11-09-tag' =
into staging (2020-11-09 20:29:04 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request

for you to fetch changes up to c3ab5df2f5c466d998917f2c707e206322063dcd:

  linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn (2020-1=
1-10 07:54:22 +0100)

----------------------------------------------------------------
Some linux-user/sparc fixes

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

Peter Maydell (3):
  linux-user/sparc: Fix errors in target_ucontext structures
  linux-user/sparc: Correct set/get_context handling of fp and i7
  linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn

 linux-user/sparc/signal.c | 62 ++++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

--=20
2.28.0

Comments

Peter Maydell Nov. 10, 2020, 12:22 p.m. UTC | #1
On Tue, 10 Nov 2020 at 08:33, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 43afbbd9fea1b255cc81f5f4bfd0b6a88826c735:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-11-09-tag' =
> into staging (2020-11-09 20:29:04 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request
>
> for you to fetch changes up to c3ab5df2f5c466d998917f2c707e206322063dcd:
>
>   linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn (2020-1=
> 1-10 07:54:22 +0100)
>
> ----------------------------------------------------------------
> Some linux-user/sparc fixes
>
> ----------------------------------------------------------------
>
> Peter Maydell (3):
>   linux-user/sparc: Fix errors in target_ucontext structures
>   linux-user/sparc: Correct set/get_context handling of fp and i7
>   linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn


Applied, thanks.

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

-- PMM