mbox

[PULL,0/3] linux-user changes for 2.2

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

Pull-request

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

Message

Riku Voipio Nov. 3, 2014, 12:02 p.m. UTC
From: Riku Voipio <riku.voipio@linaro.org>

The following changes since commit 0a2923f8488498000eec54871456aa64a4391da4:

  tcg/mips: fix store softmmu slow path (2014-11-02 13:30:00 +0100)

are available in the git repository at:

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

for you to fetch changes up to a93934fecd4dffc9d4b452b670c9506be5dea30d:

  elf: take phdr offset into account when calculating the program load address (2014-11-03 11:03:34 +0200)

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

Two minor fixes and new a feature, addition of QEMU_RAND_SEED for
testing needs.

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

Jonas Maebe (1):
  elf: take phdr offset into account when calculating the program load
    address

Magnus Reftel (1):
  linux-user: Let user specify random seed

Riku Voipio (1):
  linux-user: Fix fault address truncation AArch64

 linux-user/elfload.c |  3 +--
 linux-user/main.c    | 23 ++++++++++++++++++++---
 2 files changed, 21 insertions(+), 5 deletions(-)

Comments

Peter Maydell Nov. 3, 2014, 10:50 p.m. UTC | #1
On 3 November 2014 12:02,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> The following changes since commit 0a2923f8488498000eec54871456aa64a4391da4:
>
>   tcg/mips: fix store softmmu slow path (2014-11-02 13:30:00 +0100)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20141101
>
> for you to fetch changes up to a93934fecd4dffc9d4b452b670c9506be5dea30d:
>
>   elf: take phdr offset into account when calculating the program load address (2014-11-03 11:03:34 +0200)
>
> ----------------------------------------------------------------
> linux-user pull for 2.2
>
> Two minor fixes and new a feature, addition of QEMU_RAND_SEED for
> testing needs.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM