mbox

[PULL,0/2] linux-user fixes after -rc0

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

Pull-request

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

Message

Riku Voipio Nov. 11, 2014, 6:50 a.m. UTC
From: Riku Voipio <riku.voipio@linaro.org>

The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)

are available in the git repository at:

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

for you to fetch changes up to aecc88616a64a4e0a1ae0d6986de0054ea9f37d2:

  linux-user: Fix up timer id handling (2014-11-11 08:13:09 +0200)

----------------------------------------------------------------
linux-user pull for 2.2

Two last minute fixes uncovered and fixed by Tom Musta
and Alexander Graf, thanks

----------------------------------------------------------------
Alexander Graf (1):
      linux-user: Fix up timer id handling

Tom Musta (1):
      linux-user: Do not subtract offset from end address

 linux-user/elfload.c      |  2 +-
 linux-user/syscall.c      | 54 +++++++++++++++++++++++++++++++++++++-----------------
 linux-user/syscall_defs.h |  5 +----
 3 files changed, 39 insertions(+), 22 deletions(-)

Comments

Peter Maydell Nov. 11, 2014, 11:04 a.m. UTC | #1
On 11 November 2014 06:50,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20141111
>
> for you to fetch changes up to aecc88616a64a4e0a1ae0d6986de0054ea9f37d2:
>
>   linux-user: Fix up timer id handling (2014-11-11 08:13:09 +0200)
>
> ----------------------------------------------------------------
> linux-user pull for 2.2
>
> Two last minute fixes uncovered and fixed by Tom Musta
> and Alexander Graf, thanks
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM