From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sau1X-00075L-Oc for qemu-devel@nongnu.org; Sat, 02 Jun 2012 15:30:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sau1V-00013X-VU for qemu-devel@nongnu.org; Sat, 02 Jun 2012 15:30:07 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:39660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sau1V-0000wh-Mq for qemu-devel@nongnu.org; Sat, 02 Jun 2012 15:30:05 -0400 Received: by dadv2 with SMTP id v2so4554023dad.4 for ; Sat, 02 Jun 2012 12:30:02 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sat, 2 Jun 2012 12:29:51 -0700 Message-Id: <1338665397-20917-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v2 0/6] {alpha-}linux-user improvments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio Changes v1-v2: Dropped -stracefile patch. That clearly needs more iteration in order to make everyone happy. I don't want the rest of this to get caught up in that. Two patches that fix all of the mmap problems I've been able to find in the glibc testsuite. The iconv tests that load lots of shared libraries are particularly good at triggering both problems. Handle O_CLOEXEC et al properly. Handle pipe2 properly. r~ Richard Henderson (6): alpha-linux-user: Fix signal handling alpha-linux-user: Work around hosted mmap allocation problems alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH linux-user: Allocate the right amount of space for non-fixed file maps linux-user: Translate pipe2 flags; add to strace linux-user/main.c | 3 + linux-user/mmap.c | 30 ++++-- linux-user/strace.c | 12 ++- linux-user/strace.list | 3 + linux-user/syscall.c | 74 ++++++++++++-- linux-user/syscall_defs.h | 236 +++++++++++++++++++++++++-------------------- target-alpha/cpu.h | 11 ++ 7 files changed, 243 insertions(+), 126 deletions(-) -- 1.7.7.6