On Fri, Dec 03, 2010 at 03:36:27PM +0200, r...@afflict.kos.to wrote: > From: Riku Voipio <riku.voi...@nokia.com> > > Hi, > > Collection of recent linux-user patches that have been > tested to be good. Patches have been sent to the list before, > lets have a couple of days for comments and I'll request a pull > from.
Applied, thanks. > > The following changes since commit 6a8657528d94fa1be78d1be0821a01a251fa2de9: > Anthony Liguori (1): > Fix build > > are available in the git repository at: > > git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream > > Jamie Lentin (1): > linux-user: Translate getsockopt level option > > Martin Mohring (1): > linux-user: fix mips and ppc to use UID16 > > Nathan Froyd (1): > linux-user: fix memory leaks with NPTL emulation > > Peter Maydell (10): > target-arm: remove unused functions cpu_lock(), cpu_unlock() > linux-user: remove unnecessary local from __get_user(), __put_user() > ARM: enable XScale/iWMMXT in linux-user mode > target-sparc: remove unused functions cpu_lock(), cpu_unlock() > ARM: linux-user: Correct size of padding in target_ucontext_v2 > ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code > ARM: linux-user: Expose VFP registers to signal handlers > ARM: linux-user: Restore VFP state from ucontext on sigreturn > ARM: linux-user: Expose iWMMXT registers to signal handlers > ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn > > Riku Voipio (2): > linux-user: fix compiler error on nptl > update binfmt conf > > amateur (1): > linux-user: mmap_reserve() not controlled by RESERVED_VA > > linux-user/main.c | 4 +- > linux-user/mips/syscall_nr.h | 38 +++++----- > linux-user/mmap.c | 4 +- > linux-user/ppc/syscall_nr.h | 30 ++++---- > linux-user/qemu.h | 8 +-- > linux-user/signal.c | 156 > +++++++++++++++++++++++++++++++++++++++++- > linux-user/syscall.c | 85 +++++++++++++++++++---- > linux-user/syscall_defs.h | 2 +- > qemu-binfmt-conf.sh | 8 ++- > target-arm/cpu.h | 6 +- > target-arm/helper.c | 16 ++++ > target-arm/op_helper.c | 14 ---- > target-sparc/cpu.h | 2 - > target-sparc/helper.c | 14 ---- > 14 files changed, 292 insertions(+), 95 deletions(-) > >