mbox

[PULL,v2,0/6] linux-user patches for 2.4 softfreeze

Message ID cover.1434438233.git.riku.voipio@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20150616

Message

Riku Voipio June 16, 2015, 7:06 a.m. UTC
From: Riku Voipio <riku.voipio@linaro.org>

The following changes since commit 0a2df857a7038c75379cc575de5d4be4c0ac629e:

  Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-06-12 15:39:05 +0100)

are available in the git repository at:

  git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20150616

for you to fetch changes up to 45c874ebbae661238bfa3c0534480ebe2940b112:

  linux-user: ioctl() command type is int (2015-06-16 09:37:17 +0300)

----------------------------------------------------------------
linux-user patches for 2.4 softfreeze
second spin with ioctl patch refreshed

----------------------------------------------------------------
Alexander Graf (1):
      linux-user: Allocate thunk size dynamically

Laurent Vivier (1):
      linux-user: ioctl() command type is int

Peter Maydell (2):
      linux-user: Fix length handling in host_to_target_cmsg
      linux-user: use __get_user and __put_user in cmsg conversions

Thierry Bultel (1):
      linux-user: fix the breakpoint inheritance in spawned threads

Yongbok Kim (1):
      linux-user: Use abi_ulong for TARGET_ELF_PAGESTART

 include/exec/user/thunk.h |   4 +++-
 linux-user/elfload.c      |   3 ++-
 linux-user/main.c         |   4 ++--
 linux-user/syscall.c      | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
 thunk.c                   |  16 +++++++++++----
 5 files changed, 102 insertions(+), 33 deletions(-)

Comments

Peter Maydell June 16, 2015, 9:35 a.m. UTC | #1
On 16 June 2015 at 08:06,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> The following changes since commit 0a2df857a7038c75379cc575de5d4be4c0ac629e:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-06-12 15:39:05 +0100)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20150616
>
> for you to fetch changes up to 45c874ebbae661238bfa3c0534480ebe2940b112:
>
>   linux-user: ioctl() command type is int (2015-06-16 09:37:17 +0300)
>
> ----------------------------------------------------------------
> linux-user patches for 2.4 softfreeze
> second spin with ioctl patch refreshed
>

Applied, thanks.

-- PMM