mbox

[PULL,0/2] Linux user for 3.0 patches

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

Pull-request

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

Message

Laurent Vivier July 23, 2018, 12:56 p.m. UTC
The following changes since commit 5b3ecd3d941a0ae8a8cfbba5ab8139b2bf104822:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180719' into staging (2018-07-20 11:08:33 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fa97e38eed3bbdbc322d94092ca49450e724fff1:

  linux-user/ppc: Implement swapcontext syscall (2018-07-22 21:33:45 +0200)

----------------------------------------------------------------
Some ppc/ppc64 fixes:
- we can run now most of the targets on a ppc64 host with 64kB pages
- add swapcontext syscall to run tests/test-coroutine in
  debian-powerpc-user-cross

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

Laurent Vivier (1):
  linux-user: fix ELF load alignment error

Richard Henderson (1):
  linux-user/ppc: Implement swapcontext syscall

 linux-user/elfload.c    | 10 +++++++-
 linux-user/ppc/signal.c | 56 +++++++++++++++++++++++++++++++++++++++++
 linux-user/qemu.h       |  3 +++
 linux-user/syscall.c    |  6 +++++
 4 files changed, 74 insertions(+), 1 deletion(-)

Comments

Peter Maydell July 23, 2018, 2:15 p.m. UTC | #1
On 23 July 2018 at 13:56, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 5b3ecd3d941a0ae8a8cfbba5ab8139b2bf104822:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180719' into staging (2018-07-20 11:08:33 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-3.0-pull-request
>
> for you to fetch changes up to fa97e38eed3bbdbc322d94092ca49450e724fff1:
>
>   linux-user/ppc: Implement swapcontext syscall (2018-07-22 21:33:45 +0200)
>
> ----------------------------------------------------------------
> Some ppc/ppc64 fixes:
> - we can run now most of the targets on a ppc64 host with 64kB pages
> - add swapcontext syscall to run tests/test-coroutine in
>   debian-powerpc-user-cross
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM