On Fri, Apr 6, 2012 at 16:35, <riku.voi...@linaro.org> wrote: > From: Riku Voipio <riku.voi...@linaro.org> > > The following patches are to sent in the pull request for linux-user. > As usual, the are also available in the git repository at: > > git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream
Thanks, pulled. > > Riku > > Alexander Graf (8): > linux-user: implement device mapper ioctls > linux-user: add struct old_dev_t compat > linux-user: fix BLK ioctl arguments > linux-user: add BLKSSZGET ioctl wrapper > linux-user: Add ioctl for BLKBSZGET > linux-user: fix fallocate > linux-user: take RESERVED_VA into account for g2h_valid() > linux-user: reserve 4GB of vmem for 32-on-64 > > Benoit Canet (1): > arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. > > Fabio Erculiani (2): > linux-user: improve fake /proc/self/stat making `ps` not segfault. > linux-user: target_argv is placed on ts->bprm->argv and can't be > freed() > > Paul Brook (1): > Userspace ARM BE8 support > > Peter Maydell (5): > linux-user: resolve reserved_va vma downwards > linux-user/syscall.c: Fix indentation in prctl handling > linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME > linux-user/arm/syscall_nr.h: Add syscall number for ppoll > elf.h: Update EF_ARM_ constants to newer ABI versions > > cpu-all.h | 3 +- > disas.c | 18 ++- > elf.h | 21 +++ > linux-user/arm/syscall_nr.h | 2 +- > linux-user/elfload.c | 32 ++++- > linux-user/ioctls.h | 34 +++++ > linux-user/main.c | 51 ++++++-- > linux-user/mmap.c | 35 ++++-- > linux-user/qemu.h | 2 + > linux-user/syscall.c | 303 > ++++++++++++++++++++++++++++++++++++++++--- > linux-user/syscall_defs.h | 26 ++++- > linux-user/syscall_types.h | 40 ++++++- > target-arm/cpu.h | 32 +++++- > target-arm/helper.c | 9 +- > target-arm/translate.c | 11 +- > thunk.c | 28 ++++ > thunk.h | 28 ++++ > 17 files changed, 610 insertions(+), 65 deletions(-) > > -- > 1.7.5.4 > >