From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60087 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POizG-0002ex-NX for qemu-devel@nongnu.org; Fri, 03 Dec 2010 22:40:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POizF-0005Ti-1Z for qemu-devel@nongnu.org; Fri, 03 Dec 2010 22:40:38 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:56052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POizE-0005Tc-SV for qemu-devel@nongnu.org; Fri, 03 Dec 2010 22:40:36 -0500 Received: by eya25 with SMTP id 25so5909227eya.4 for ; Fri, 03 Dec 2010 19:40:35 -0800 (PST) Date: Sat, 4 Dec 2010 04:40:31 +0100 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] [PATCH 00/16] linux-user updates Message-ID: <20101204034031.GA24240@laped.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku@afflict.kos.to, Voipio@afflict.kos.to Cc: Riku Voipio , qemu-devel@nongnu.org On Fri, Dec 03, 2010 at 03:36:27PM +0200, Riku@afflict.kos.to wrote: > From: Riku Voipio > > 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(-) > >