mbox

[PULL] pending linux-user patches

Message ID 20110922162624.GA30618@afflict.kos.to
State New
Headers show

Pull-request

git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Message

Riku Voipio Sept. 22, 2011, 4:26 p.m. UTC
The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44:

  Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200)

are available in the git repository at:
  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

An-Cheng Huang (3):
      linux-user: Fix MIPS indirect syscall handling
      linux-user: Verify MIPS syscall arguments
      linux-user: Implement setxattr/getxattr/removexattr syscalls

Cédric VINCENT (1):
      linux-user: Fix initialization of the heap contents when allocating new pages

Dr. David Alan Gilbert (1):
      linux-user: Implement new ARM 64 bit cmpxchg kernel helper

Johannes Schauer (1):
      introduce environment variables for all qemu-user options

Peter Maydell (1):
      linux-user: Exit with an error if we couldn't set up gdbserver

 linux-user/elfload.c |   56 ++++-
 linux-user/main.c    |  674 ++++++++++++++++++++++++++++++++++----------------
 linux-user/qemu.h    |    6 +
 linux-user/syscall.c |   63 +++++-
 4 files changed, 579 insertions(+), 220 deletions(-)

Comments

Anthony Liguori Sept. 26, 2011, 1:28 p.m. UTC | #1
On 09/22/2011 11:26 AM, Riku Voipio wrote:
> The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44:
>
>    Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200)
>
> are available in the git repository at:
>    git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> An-Cheng Huang (3):
>        linux-user: Fix MIPS indirect syscall handling
>        linux-user: Verify MIPS syscall arguments
>        linux-user: Implement setxattr/getxattr/removexattr syscalls
>
> Cédric VINCENT (1):
>        linux-user: Fix initialization of the heap contents when allocating new pages
>
> Dr. David Alan Gilbert (1):
>        linux-user: Implement new ARM 64 bit cmpxchg kernel helper
>
> Johannes Schauer (1):
>        introduce environment variables for all qemu-user options
>
> Peter Maydell (1):
>        linux-user: Exit with an error if we couldn't set up gdbserver
>
>   linux-user/elfload.c |   56 ++++-
>   linux-user/main.c    |  674 ++++++++++++++++++++++++++++++++++----------------
>   linux-user/qemu.h    |    6 +
>   linux-user/syscall.c |   63 +++++-
>   4 files changed, 579 insertions(+), 220 deletions(-)
>
>